IProjectionSnapshot::TextBuffer Property

 

Gets the IProjectionBufferBase of which this is a snapshot.

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

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

Property Value

Type: Microsoft.VisualStudio.Text.Projection::IProjectionBufferBase^

The IProjectionBufferBase of which this is a snapshot.

This property always returns the same projection buffer, but the projection buffer is not itself immutable.

Return to top
Show: