ITextViewLine::Snapshot Property

 

Gets the ITextSnapshot on which this map is based.

Namespace:   Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

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

Property Value

Type: Microsoft.VisualStudio.Text::ITextSnapshot^

The ITextSnapshot on which this map is based.

Return to top
Show: