VirtualSnapshotSpan::Snapshot Property

 

The ITextSnapshot to which this snapshot span refers.

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

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

Property Value

Type: Microsoft.VisualStudio.Text::ITextSnapshot^

The text snapshot.

Return to top
Show: