IFormattedLineSource.SourceTextSnapshot 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 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.