CommandBarButtonClass::Tag Property

 

Gets or sets the tag.

Namespace:   Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

public:
[DispIdAttribute(1610874915)]
property String^ Tag {
	[DispIdAttribute(1610874915)]
	virtual String^ get();
	[DispIdAttribute(1610874915)]
	virtual void set(String^ value);
}

Property Value

Type: System::String^

Always returns the empty string.

Tags are not supported in Visual Studio.

Return to top
Show: