IProjectionSnapshot2.GetMatchingSnapshotInClosure, méthode (Predicate<ITextBuffer>)

Espace de noms :  Microsoft.VisualStudio.Text.Projection
Assembly :  Microsoft.VisualStudio.Text.Data (dans Microsoft.VisualStudio.Text.Data.dll)

Syntaxe

'Déclaration
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

Paramètres

Valeur de retour

Type : Microsoft.VisualStudio.Text.ITextSnapshot

Sécurité .NET Framework

Voir aussi

Référence

IProjectionSnapshot2 Interface

GetMatchingSnapshotInClosure, surcharge

Microsoft.VisualStudio.Text.Projection, espace de noms