| FormatCommenterUncommentSpan Method |
Uncomment the span of text.
Namespace: Tvl.VisualStudio.Text.CommenterAssembly: 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
)
Protected Overridable Function UncommentSpan (
span As VirtualSnapshotSpan,
edit As ITextEdit
) As VirtualSnapshotSpan
protected:
virtual VirtualSnapshotSpan UncommentSpan(
VirtualSnapshotSpan span,
ITextEdit^ edit
)
abstract UncommentSpan :
span : VirtualSnapshotSpan *
edit : ITextEdit -> VirtualSnapshotSpan
override UncommentSpan :
span : VirtualSnapshotSpan *
edit : ITextEdit -> VirtualSnapshotSpan
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:
VirtualSnapshotSpanA
VirtualSnapshotSpan containing the uncommented code.
Exceptions See Also