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)

public:
property Object^ ProviderTag {
	[CompilerGeneratedAttribute]
	Object^ get();
	[CompilerGeneratedAttribute]
	private: void set(Object^ value);
}

Property Value

Type: System::Object^

A unique object that identifies the provider of the adornment.

This object is used to get adornments by calling GetAdornmentTags.

Return to top
Show: