IElisionSnapshot.SourceSnapshot 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 text snapshot on which this elision snapshot is based.
public:
property Microsoft::VisualStudio::Text::ITextSnapshot ^ SourceSnapshot { Microsoft::VisualStudio::Text::ITextSnapshot ^ get(); };
public:
property Microsoft::VisualStudio::Text::ITextSnapshot ^ SourceSnapshot { Microsoft::VisualStudio::Text::ITextSnapshot ^ get(); };
public Microsoft.VisualStudio.Text.ITextSnapshot SourceSnapshot { get; }
member this.SourceSnapshot : Microsoft.VisualStudio.Text.ITextSnapshot
Public ReadOnly Property SourceSnapshot As ITextSnapshot
Property Value
The text snapshot on which this elision snapshot is based.