IAdornmentLayerElement Interface
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.
Defines an element in an adornment layer.
public interface class IAdornmentLayerElement
public interface class IAdornmentLayerElement
__interface IAdornmentLayerElement
public interface IAdornmentLayerElement
type IAdornmentLayerElement = interface
Public Interface IAdornmentLayerElement
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.
Properties
Adornment |
Gets the adornment. |
Behavior |
Gets the positioning behavior of the adornment. |
RemovedCallback |
Defines the behavior when an adornment has been removed. |
Tag |
Gets the tag associated with the adornment. |
VisualSpan |
Gets the snapshot span that is associated with the adornment. |