IntraTextAdornment Class
Support for intra-text adornments that are provided with IntraTextAdornmentTag objects.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Text.Editor.IntraTextAdornment
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
Public NotInheritable Class IntraTextAdornment
public static class IntraTextAdornment
public ref class IntraTextAdornment abstract sealed
[<AbstractClass>]
[<Sealed>]
type IntraTextAdornment = class end
public final class IntraTextAdornment
The IntraTextAdornment type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetIsSelected | Gets the IsSelected value on the specified UIElement. | |
SetIsSelected | Sets the IsSelected value on the specified UIElement. |
Top
Fields
Name | Description | |
---|---|---|
IsSelected | Represents the IsSelected property of these adornments. |
Top
Remarks
For an explanation of adornments, see the "Extending Adornments" section of Editor Extension Points and the "Adornments" section of Inside the Editor.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.