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
textBuffer
Tipo: Microsoft.VisualStudio.Text.ITextBufferO buffer de texto.
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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.