Compartilhar via


Propriedade IProjectionSnapshot.TextBuffer

Obtém o IProjectionBufferBase de que este é um instantâneo.

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

Sintaxe

'Declaração
ReadOnly Property TextBuffer As IProjectionBufferBase
IProjectionBufferBase TextBuffer { get; }
property IProjectionBufferBase^ TextBuffer {
    IProjectionBufferBase^ get ();
}
abstract TextBuffer : IProjectionBufferBase with get
function get TextBuffer () : IProjectionBufferBase

Valor de propriedade

Tipo: Microsoft.VisualStudio.Text.Projection.IProjectionBufferBase
O IProjectionBufferBase de que este é um instantâneo.

Comentários

Essa propriedade sempre retorna o mesmo buffer de projeção, mas o buffer de projeção não é propriamente dito imutável.

Segurança do .NET Framework

Consulte também

Referência

IProjectionSnapshot Interface

Namespace Microsoft.VisualStudio.Text.Projection