Compartilhar via


Método IProjectionSnapshot.GetMatchingSnapshot

Obtém o instantâneo do buffer de texto especificado, o que corresponde a esse snapshot.

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

Sintaxe

'Declaração
Function GetMatchingSnapshot ( _
    textBuffer As ITextBuffer _
) As ITextSnapshot
ITextSnapshot GetMatchingSnapshot(
    ITextBuffer textBuffer
)
ITextSnapshot^ GetMatchingSnapshot(
    ITextBuffer^ textBuffer
)
abstract GetMatchingSnapshot : 
        textBuffer:ITextBuffer -> ITextSnapshot
function GetMatchingSnapshot(
    textBuffer : ITextBuffer
) : ITextSnapshot

Parâmetros

Valor de retorno

Tipo: Microsoft.VisualStudio.Text.ITextSnapshot
O instantâneo do buffer de texto, ou nulluma referência nula (Nothing no Visual Basic) se textBuffer não é um buffer de texto desse buffer de projeção.

Exceções

Exceção Condição
ArgumentNullException

textBuffer é nulluma referência nula (Nothing no Visual Basic).

Segurança do .NET Framework

Consulte também

Referência

IProjectionSnapshot Interface

Namespace Microsoft.VisualStudio.Text.Projection