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)
Syntax
'Declaration
ReadOnly Property TopTextSnapshot As ITextSnapshot
ITextSnapshot TopTextSnapshot { get; }
property ITextSnapshot^ TopTextSnapshot {
ITextSnapshot^ get ();
}
abstract TopTextSnapshot : ITextSnapshot with get
function get TopTextSnapshot () : ITextSnapshot
Property Value
Type: Microsoft.VisualStudio.Text.ITextSnapshot
The top text snapshot for which this source will provide formatted text.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.