Click or drag to resize
FormatCommenterTrimSpan Method
Update the specified span to not include any leading or trailing whitespace characters.

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 static void TrimSpan(
	ref VirtualSnapshotSpan span
)

Parameters

span
Type: Microsoft.VisualStudio.TextVirtualSnapshotSpan
The span to trim.
See Also