IElisionSnapshot::SourceSnapshot Property

 

Gets the text snapshot on which this elision snapshot is based.

Namespace:   Microsoft.VisualStudio.Text.Projection
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

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

Property Value

Type: Microsoft.VisualStudio.Text::ITextSnapshot^

The text snapshot on which this elision snapshot is based.

Return to top
Show: