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
- match
Type : Predicate<ITextBuffer>
Valeur de retour
Type : Microsoft.VisualStudio.Text.ITextSnapshot
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
IProjectionSnapshot2 Interface