IFormattedLineSource::TopTextSnapshot Property

 

Gets the top text snapshot for which this source will provide formatted text.

Namespace:   Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

property ITextSnapshot^ TopTextSnapshot {
	ITextSnapshot^ get();
}

Property Value

Type: Microsoft.VisualStudio.Text::ITextSnapshot^

The top text snapshot for which this source will provide formatted text.

Return to top
Show: