SpaceNegotiatingAdornmentTag.ProviderTag Property

Definition

Gets a unique object that identifies 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

A unique object that identifies the provider of the adornment.

Remarks

This object is used to get adornments by calling GetAdornmentTags(Object).

Applies to