IAdornmentLayer.RemoveMatchingAdornments 方法 (Predicate<IAdornmentLayerElement>)

移除所有匹配的修饰。

命名空间:  Microsoft.VisualStudio.Text.Editor
程序集:  Microsoft.VisualStudio.Text.UI.Wpf(在 Microsoft.VisualStudio.Text.UI.Wpf.dll 中)

语法

声明
Sub RemoveMatchingAdornments ( _
    match As Predicate(Of IAdornmentLayerElement) _
)
void RemoveMatchingAdornments(
    Predicate<IAdornmentLayerElement> match
)
void RemoveMatchingAdornments(
    Predicate<IAdornmentLayerElement^>^ match
)
abstract RemoveMatchingAdornments : 
        match:Predicate<IAdornmentLayerElement> -> unit
function RemoveMatchingAdornments(
    match : Predicate<IAdornmentLayerElement>
)

参数

.NET Framework 安全性

请参阅

参考

IAdornmentLayer 接口

RemoveMatchingAdornments 重载

Microsoft.VisualStudio.Text.Editor 命名空间