Click or drag to resize
FormatCommenterUncommentSpan Method
Uncomment the span of text.

Namespace: Tvl.VisualStudio.Text.Commenter
Assembly: Tvl.VisualStudio.Commenter.Utility.10 (in Tvl.VisualStudio.Commenter.Utility.10.dll) Version: 1.0.0.0
Syntax
protected virtual VirtualSnapshotSpan UncommentSpan(
	VirtualSnapshotSpan span,
	ITextEdit edit
)

Parameters

span
Type: Microsoft.VisualStudio.TextVirtualSnapshotSpan
The span of text to uncomment.
edit
Type: Microsoft.VisualStudio.TextITextEdit
The ITextEdit instance to use for applying changes.

Return Value

Type: VirtualSnapshotSpan
A VirtualSnapshotSpan containing the uncommented code.
Exceptions
ExceptionCondition
ArgumentNullExceptionIf edit is .
See Also