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)

public:
property Object^ IdentityTag {
	[CompilerGeneratedAttribute]
	Object^ get();
	[CompilerGeneratedAttribute]
	private: void set(Object^ value);
}

Property Value

Type: System::Object^

A unique object associated with the space-negotiating adornment, which is used by GetAdornmentBounds.

Return to top
Show: