IAdornmentLayerElement.Adornment Property
Gets the adornment.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'宣言
ReadOnly Property Adornment As UIElement
Get
UIElement Adornment { get; }
property UIElement^ Adornment {
UIElement^ get ();
}
abstract Adornment : UIElement
function get Adornment () : UIElement
Property Value
Type: System.Windows.UIElement
The adornment.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.