IReadOnlyRegion.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.
The span of text marked read-only by this region.
public:
property Microsoft::VisualStudio::Text::ITrackingSpan ^ Span { Microsoft::VisualStudio::Text::ITrackingSpan ^ get(); };
public:
property Microsoft::VisualStudio::Text::ITrackingSpan ^ Span { Microsoft::VisualStudio::Text::ITrackingSpan ^ get(); };
public Microsoft.VisualStudio.Text.ITrackingSpan Span { get; }
member this.Span : Microsoft.VisualStudio.Text.ITrackingSpan
Public ReadOnly Property Span As ITrackingSpan
Property Value
The ITrackingSpan.
Remarks
Not null.