TextExtent.Span Property
Gets the SnapshotSpan.
Namespace: Microsoft.VisualStudio.Text.Operations
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'宣言
Public ReadOnly Property Span As SnapshotSpan
public SnapshotSpan Span { get; }
public:
property SnapshotSpan Span {
SnapshotSpan get ();
}
member Span : SnapshotSpan
function get Span () : SnapshotSpan
Property Value
Type: Microsoft.VisualStudio.Text.SnapshotSpan
The SnapshotSpan.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.