Compartilhar via


Propriedade ITextBuffer.CurrentSnapshot

Obtém o conteúdo atual do buffer.

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

Sintaxe

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

Valor de propriedade

Tipo: Microsoft.VisualStudio.Text.ITextSnapshot
O conteúdo atual do buffer.

Segurança do .NET Framework

Consulte também

Referência

ITextBuffer Interface

Namespace Microsoft.VisualStudio.Text