IProjectionSnapshot2.GetMatchingSnapshotInClosure 方法 (Predicate<ITextBuffer>)

命名空间:  Microsoft.VisualStudio.Text.Projection
程序集:  Microsoft.VisualStudio.Text.Data(在 Microsoft.VisualStudio.Text.Data.dll 中)

语法

声明
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

参数

返回值

类型:Microsoft.VisualStudio.Text.ITextSnapshot

.NET Framework 安全性

请参阅

参考

IProjectionSnapshot2 接口

GetMatchingSnapshotInClosure 重载

Microsoft.VisualStudio.Text.Projection 命名空间