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 this adornment.
Namespace: Microsoft.VisualStudio.Text.Formatting
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
ReadOnly Property IdentityTag As Object
Object IdentityTag { get; }
property Object^ IdentityTag {
Object^ get ();
}
abstract IdentityTag : Object
function get IdentityTag () : Object
Property Value
Type: System.Object
The unique identifier associated with this adornment.
Remarks
This ID can be passed to GetAdornmentBounds to find the location of this adornment on a line in the view.
.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.