IFormattedLineSource.TopTextSnapshot 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 top text snapshot for which this source will provide formatted text.
public:
property Microsoft::VisualStudio::Text::ITextSnapshot ^ TopTextSnapshot { Microsoft::VisualStudio::Text::ITextSnapshot ^ get(); };
public:
property Microsoft::VisualStudio::Text::ITextSnapshot ^ TopTextSnapshot { Microsoft::VisualStudio::Text::ITextSnapshot ^ get(); };
public Microsoft.VisualStudio.Text.ITextSnapshot TopTextSnapshot { get; }
member this.TopTextSnapshot : Microsoft.VisualStudio.Text.ITextSnapshot
Public ReadOnly Property TopTextSnapshot As ITextSnapshot
Property Value
The top text snapshot for which this source will provide formatted text.