IAdornmentElement::ProviderTag Property

 

Gets the unique identifier associated with the provider of the adornment.

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

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

Property Value

Type: System::Object^

The unique identifier associated with the provider of the adornment.

This ID can be passed to GetAdornmentTags to find the list off adornment identity tags located on the line.

Return to top
Show: