SpaceNegotiatingAdornmentTag::IdentityTag Property
Visual Studio 2015
Gets a unique object associated with the space-negotiating adornment, which is used by GetAdornmentBounds.
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.
Show: