Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
function get ProviderTag () : Object
Property Value
Type: System.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.