IntraTextAdornment Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Support for theming intra-text adornments that are provided via IntraTextAdornmentTags.
public ref class IntraTextAdornment abstract sealed
public ref class IntraTextAdornment abstract sealed
class IntraTextAdornment abstract sealed
public static class IntraTextAdornment
type IntraTextAdornment = class
Public Class IntraTextAdornment
- Inheritance
-
IntraTextAdornment
Remarks
For an explanation of adornments, see the "Extending Adornments" section of Language Service and Editor Extension Points and the "Adornments" section of Inside the Editor.
Fields
IsSelected |
Represents the IsSelected property of these adornments. |
Methods
GetIsSelected(UIElement) |
Gets the IsSelected value on the specified UIElement. |
SetIsSelected(UIElement, Boolean) |
Sets the IsSelected value on the specified UIElement. |