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

'Déclaration
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
Public methodStatic member GetIsSelected Gets the IsSelected value on the specified UIElement.
Public methodStatic member SetIsSelected Sets the IsSelected value on the specified UIElement.

Top

Fields

  Name Description
Public fieldStatic member 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.

See Also

Reference

Microsoft.VisualStudio.Text.Editor Namespace