ITextSnapshot::TextBuffer Property

 

The ITextBuffer of which this is a snapshot.

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

property ITextBuffer^ TextBuffer {
	ITextBuffer^ get();
}

This property always returns the same ITextBuffer object, but the ITextBuffer is not itself immutable.

Return to top
Show: