_CommandBarComboBox::Text Property

 

Gets or sets the text. This property is deprecated.

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

[DispIdAttribute(1610940432)]
property String^ Text {
	[DispIdAttribute(1610940432)]
	String^ get();
	[DispIdAttribute(1610940432)]
	void set(String^ value);
}

Property Value

Type: System::String^

The text. This property is deprecated.

This property throws a DeprecatedException when called.

Return to top
Show: