BlockTag.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 span of the structural block.
public:
virtual property Microsoft::VisualStudio::Text::SnapshotSpan Span { Microsoft::VisualStudio::Text::SnapshotSpan get(); void set(Microsoft::VisualStudio::Text::SnapshotSpan value); };
public virtual Microsoft.VisualStudio.Text.SnapshotSpan Span { get; set; }
member this.Span : Microsoft.VisualStudio.Text.SnapshotSpan with get, set
Public Overridable Property Span As SnapshotSpan