| ICommenterUncommentSpans Method |
Uncomments spans of code.
Namespace: Tvl.VisualStudio.Text.Commenter.InterfacesAssembly: Tvl.VisualStudio.Text.Commenter.Interfaces (in Tvl.VisualStudio.Text.Commenter.Interfaces.dll) Version: 1.0.0.0
Syntax ReadOnlyCollection<VirtualSnapshotSpan> UncommentSpans(
ReadOnlyCollection<VirtualSnapshotSpan> spans
)
Function UncommentSpans (
spans As ReadOnlyCollection(Of VirtualSnapshotSpan)
) As ReadOnlyCollection(Of VirtualSnapshotSpan)
ReadOnlyCollection<VirtualSnapshotSpan>^ UncommentSpans(
ReadOnlyCollection<VirtualSnapshotSpan>^ spans
)
abstract 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.
Exceptions See Also