Click or drag to resize
FormatCommenterUncommentSpans Method
Uncomments spans of code.

Namespace: Tvl.VisualStudio.Text.Commenter
Assembly: 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
)

Parameters

spans
Type: System.Collections.ObjectModelReadOnlyCollectionVirtualSnapshotSpan
The collection of spans to uncomment.

Return Value

Type: ReadOnlyCollectionVirtualSnapshotSpan
A collection of spans encompassing the resulting uncommented code.

Implements

ICommenterUncommentSpans(ReadOnlyCollectionVirtualSnapshotSpan)
Exceptions
ExceptionCondition
ArgumentNullExceptionIf spans is .
See Also