SpaceNegotiatingAdornmentTag.IdentityTag Property
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
'宣言
Public Property IdentityTag As Object
Get
Private Set
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.