ISequenceElement.Span Property
Gets the IMappingSpan of the element.
Namespace: Microsoft.VisualStudio.Text.Formatting
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
ReadOnly Property Span As IMappingSpan
IMappingSpan Span { get; }
property IMappingSpan^ Span {
IMappingSpan^ get ();
}
abstract Span : IMappingSpan with get
function get Span () : IMappingSpan
Property Value
Type: Microsoft.VisualStudio.Text.IMappingSpan
The IMappingSpan of the element.
.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.