IAdornmentElement.ProviderTag Property
Gets the unique identifier associated with the provider of the adornment.
Namespace: Microsoft.VisualStudio.Text.Formatting
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
ReadOnly Property ProviderTag As Object
Object ProviderTag { get; }
property Object^ ProviderTag {
Object^ get ();
}
abstract ProviderTag : Object with get
function get ProviderTag () : Object
Property Value
Type: Object
The unique identifier associated with the provider of the adornment.
Remarks
This ID can be passed to GetAdornmentTags to find the list off adornment identity tags located on the line.
.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.