Compartilhar via


Método IProjectionSnapshot2.GetMatchingSnapshotInClosure (Predicate<ITextBuffer>)

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

Sintaxe

'Declaração
Function GetMatchingSnapshotInClosure ( _
    match As Predicate(Of ITextBuffer) _
) As ITextSnapshot
ITextSnapshot GetMatchingSnapshotInClosure(
    Predicate<ITextBuffer> match
)
ITextSnapshot^ GetMatchingSnapshotInClosure(
    Predicate<ITextBuffer^>^ match
)
abstract GetMatchingSnapshotInClosure : 
        match:Predicate<ITextBuffer> -> ITextSnapshot
function GetMatchingSnapshotInClosure(
    match : Predicate<ITextBuffer>
) : ITextSnapshot

Parâmetros

Valor de retorno

Tipo: Microsoft.VisualStudio.Text.ITextSnapshot

Segurança do .NET Framework

Consulte também

Referência

IProjectionSnapshot2 Interface

Sobrecargas GetMatchingSnapshotInClosure

Namespace Microsoft.VisualStudio.Text.Projection