IAdornmentLayer.RemoveMatchingAdornments-Methode (Predicate<IAdornmentLayerElement>)
Entfernt alle entsprechenden Zusatzelemente.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
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>
)
Parameter
match
Typ: Predicate<IAdornmentLayerElement>Das Prädikat, das für jedes Zusatzelement aufgerufen wird
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.