Share via


IProjectionSnapshot.TextBuffer Property

Definition

Gets the IProjectionBufferBase of which this is a snapshot.

public:
 property Microsoft::VisualStudio::Text::Projection::IProjectionBufferBase ^ TextBuffer { Microsoft::VisualStudio::Text::Projection::IProjectionBufferBase ^ get(); };
public:
 property Microsoft::VisualStudio::Text::Projection::IProjectionBufferBase ^ TextBuffer { Microsoft::VisualStudio::Text::Projection::IProjectionBufferBase ^ get(); };
public Microsoft.VisualStudio.Text.Projection.IProjectionBufferBase TextBuffer { get; }
member this.TextBuffer : Microsoft.VisualStudio.Text.Projection.IProjectionBufferBase
Public ReadOnly Property TextBuffer As IProjectionBufferBase

Property Value

The IProjectionBufferBase of which this is a snapshot.

Remarks

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

Applies to