| FormatCommenterTrimSpan Method |
Update the specified span to not include any leading or trailing whitespace characters.
Namespace: Tvl.VisualStudio.Text.CommenterAssembly: Tvl.VisualStudio.Commenter.Utility.10 (in Tvl.VisualStudio.Commenter.Utility.10.dll) Version: 1.0.0.0
Syntax protected static void TrimSpan(
ref VirtualSnapshotSpan span
)
Protected Shared Sub TrimSpan (
ByRef span As VirtualSnapshotSpan
)
protected:
static void TrimSpan(
VirtualSnapshotSpan% span
)
static member TrimSpan :
span : VirtualSnapshotSpan byref -> unit
Parameters
- span
- Type: Microsoft.VisualStudio.TextVirtualSnapshotSpan
The span to trim.
See Also