IAdornmentElement::IdentityTag Property

 

Gets the unique identifier associated with this adornment.

Namespace:   Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

property Object^ IdentityTag {
	Object^ get();
}

Property Value

Type: System::Object^

The unique identifier associated with this adornment.

This ID can be passed to GetAdornmentBounds to find the location of this adornment on a line in the view.

Return to top
Show: