IProjectionSnapshot2.GetMatchingSnapshotInClosure Method (Predicate<ITextBuffer>)
Namespace: Microsoft.VisualStudio.Text.Projection
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
声明
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
Parameters
- match
Type: System.Predicate<ITextBuffer>
Return Value
Type: Microsoft.VisualStudio.Text.ITextSnapshot
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IProjectionSnapshot2 Interface