IDifferenceBuffer.RemoveIgnoreDifferencePredicate 方法

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

语法

声明
Function RemoveIgnoreDifferencePredicate ( _
    predicate As IgnoreDifferencePredicate _
) As Boolean
bool RemoveIgnoreDifferencePredicate(
    IgnoreDifferencePredicate predicate
)
bool RemoveIgnoreDifferencePredicate(
    IgnoreDifferencePredicate^ predicate
)
abstract RemoveIgnoreDifferencePredicate : 
        predicate:IgnoreDifferencePredicate -> bool
function RemoveIgnoreDifferencePredicate(
    predicate : IgnoreDifferencePredicate
) : boolean

参数

返回值

类型:Boolean

.NET Framework 安全性

请参阅

参考

IDifferenceBuffer 接口

Microsoft.VisualStudio.Text.Differencing 命名空间