Click or drag to resize
FormatCommenterCommentSpans Method
Comments out 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> CommentSpans(
	ReadOnlyCollection<VirtualSnapshotSpan> spans
)

Parameters

spans
Type: System.Collections.ObjectModelReadOnlyCollectionVirtualSnapshotSpan
The collection of spans to comment out.

Return Value

Type: ReadOnlyCollectionVirtualSnapshotSpan
A collection of spans encompassing the resulting comments.

Implements

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