IntraTextAdornment Class

 

Support for intra-text adornments that are provided with IntraTextAdornmentTag objects.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

System.Object
  Microsoft.VisualStudio.Text.Editor.IntraTextAdornment

public static class IntraTextAdornment

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGetIsSelected(UIElement)

Gets the IsSelected value on the specified UIElement.

System_CAPS_pubmethodSystem_CAPS_staticSetIsSelected(UIElement, Boolean)

Sets the IsSelected value on the specified UIElement.

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticIsSelected

Represents the IsSelected property of these adornments.

For an explanation of adornments, see the "Extending Adornments" section of Editor Extension Points and the "Adornments" section of Inside the Editor.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: