IAdornmentLayer Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
| Name | Description | |
|---|---|---|
![]() | AddAdornment(AdornmentPositioningBehavior, Nullable<SnapshotSpan>, Object^, UIElement^, AdornmentRemovedCallback^) | Adds a UIElement to the layer. |
![]() | AddAdornment(SnapshotSpan, Object^, UIElement^) | Adds a UIElement that is TextRelative to the layer. |
![]() | RemoveAdornment(UIElement^) | Removes a specific UIElement. |
![]() | RemoveAdornmentsByTag(Object^) | Removes all UIElement objects associated with a particular tag. |
![]() | RemoveAdornmentsByVisualSpan(SnapshotSpan) | Removes all adornments with visual spans that overlap the given visual span. |
![]() | RemoveAllAdornments() | Removes all UIElement objects in the layer. |
![]() | RemoveMatchingAdornments(Predicate<IAdornmentLayerElement^>^) | Removes all matching adornments. |
![]() | RemoveMatchingAdornments(SnapshotSpan, Predicate<IAdornmentLayerElement^>^) | Removes all matching adornments with visual spans \. |
Show:
