SpaceNegotiatingAdornmentTag.ProviderTag Property

Gets a unique object that identifies the provider of the adornment.

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

Syntax

'Declaration
Public Property ProviderTag As Object
public Object ProviderTag { get; private set; }
public:
property Object^ ProviderTag {
    Object^ get ();
    private: void set (Object^ value);
}
member ProviderTag : Object with get, private set
function get ProviderTag () : Object 
private function set ProviderTag (value : Object)

Property Value

Type: Object
A unique object that identifies the provider of the adornment.

Remarks

This object is used to get adornments by calling GetAdornmentTags.

.NET Framework Security

See Also

Reference

SpaceNegotiatingAdornmentTag Class

Microsoft.VisualStudio.Text.Tagging Namespace