ITextSnapshotLine::Snapshot Property

 

Gets the ITextSnapshot in which the line appears.

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

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

Property Value

Type: Microsoft.VisualStudio.Text::ITextSnapshot^

The ITextSnapshot in which the line appears.

Return to top
Show: