IFormattedLineSource.SourceTextSnapshot Property

Definition

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

public:
 property Microsoft::VisualStudio::Text::ITextSnapshot ^ SourceTextSnapshot { Microsoft::VisualStudio::Text::ITextSnapshot ^ get(); };
public:
 property Microsoft::VisualStudio::Text::ITextSnapshot ^ SourceTextSnapshot { Microsoft::VisualStudio::Text::ITextSnapshot ^ get(); };
public Microsoft.VisualStudio.Text.ITextSnapshot SourceTextSnapshot { get; }
member this.SourceTextSnapshot : Microsoft.VisualStudio.Text.ITextSnapshot
Public ReadOnly Property SourceTextSnapshot As ITextSnapshot

Property Value

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

Applies to