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

'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

See Also

Reference

SpaceNegotiatingAdornmentTag Class

Microsoft.VisualStudio.Text.Tagging Namespace