IProjectionSnapshot2.GetMatchingSnapshotInClosure-Methode (Predicate<ITextBuffer>)
Namespace: Microsoft.VisualStudio.Text.Projection
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'Declaration
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
Parameter
- match
Typ: Predicate<ITextBuffer>
Rückgabewert
Typ: Microsoft.VisualStudio.Text.ITextSnapshot
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
IProjectionSnapshot2 Schnittstelle