IFormattedLineSource.TopTextSnapshot Property

Definition

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.

Applies to