Share via


IAdornmentElement.ProviderTag Property

Definition

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

public:
 property System::Object ^ ProviderTag { System::Object ^ get(); };
public:
 property Platform::Object ^ ProviderTag { Platform::Object ^ get(); };
public object ProviderTag { get; }
member this.ProviderTag : obj
Public ReadOnly Property ProviderTag As Object

Property Value

The unique identifier associated with the provider of the adornment.

Remarks

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

Applies to