共用方式為


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 命名空間