SpaceNegotiatingAdornmentTag.ProviderTag Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).