ISequenceElement.Span Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the IMappingSpan of the element.
public:
property Microsoft::VisualStudio::Text::IMappingSpan ^ Span { Microsoft::VisualStudio::Text::IMappingSpan ^ get(); };
public:
property Microsoft::VisualStudio::Text::IMappingSpan ^ Span { Microsoft::VisualStudio::Text::IMappingSpan ^ get(); };
public Microsoft.VisualStudio.Text.IMappingSpan Span { get; }
member this.Span : Microsoft.VisualStudio.Text.IMappingSpan
Public ReadOnly Property Span As IMappingSpan
Property Value
The IMappingSpan of the element.