Share via


CommandBarComboBoxClass.Text Property

Gets or sets the text. This property is deprecated.

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

Syntax

'Declaration
Public Overridable Property Text As String
public virtual string Text { get; set; }
public:
virtual property String^ Text {
    String^ get ();
    void set (String^ value);
}
abstract Text : string with get, set 
override Text : string with get, set
function get Text () : String 
function set Text (value : String)

Property Value

Type: System.String
The text. This property is deprecated.

Implements

_CommandBarComboBox.Text

Remarks

This property throws a DeprecatedException when called.

.NET Framework Security

See Also

Reference

CommandBarComboBoxClass Class

Microsoft.VisualStudio.CommandBars Namespace