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 a unique object associated with the space-negotiating adornment, which is used by GetAdornmentBounds.
Namespace: Microsoft.VisualStudio.Text.Tagging
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
Public Property IdentityTag As Object
public Object IdentityTag { get; private set; }
public:
property Object^ IdentityTag {
Object^ get ();
private: void set (Object^ value);
}
member IdentityTag : Object with get, private set
function get IdentityTag () : Object
private function set IdentityTag (value : Object)
Property Value
Type: System.Object
A unique object associated with the space-negotiating adornment, which is used by GetAdornmentBounds.
.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.