CommandBarComboBoxClass::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^

The tag, or the empty string if there is none.

Tags are not displayed in Visual Studio.

Return to top
Show: