| FormatCommenterUncommentSpans Method |
Uncomments spans of code.
Namespace: Tvl.VisualStudio.Text.CommenterAssembly: Tvl.VisualStudio.Commenter.Utility.10 (in Tvl.VisualStudio.Commenter.Utility.10.dll) Version: 1.0.0.0
Syntax public virtual ReadOnlyCollection<VirtualSnapshotSpan> UncommentSpans(
ReadOnlyCollection<VirtualSnapshotSpan> spans
)
Public Overridable Function UncommentSpans (
spans As ReadOnlyCollection(Of VirtualSnapshotSpan)
) As ReadOnlyCollection(Of VirtualSnapshotSpan)
public:
virtual ReadOnlyCollection<VirtualSnapshotSpan>^ UncommentSpans(
ReadOnlyCollection<VirtualSnapshotSpan>^ spans
)
abstract UncommentSpans :
spans : ReadOnlyCollection<VirtualSnapshotSpan> -> ReadOnlyCollection<VirtualSnapshotSpan>
override UncommentSpans :
spans : ReadOnlyCollection<VirtualSnapshotSpan> -> ReadOnlyCollection<VirtualSnapshotSpan>
Parameters
- spans
- Type: System.Collections.ObjectModelReadOnlyCollectionVirtualSnapshotSpan
The collection of spans to uncomment.
Return Value
Type:
ReadOnlyCollectionVirtualSnapshotSpanA collection of spans encompassing the resulting uncommented code.
Implements
ICommenterUncommentSpans(ReadOnlyCollectionVirtualSnapshotSpan)Exceptions See Also