Share via


_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)

Syntax

'Declaration
Property Text As String
string Text { get; set; }
property String^ Text {
    String^ get ();
    void set (String^ value);
}
abstract 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.

Remarks

This property throws a DeprecatedException when called.

.NET Framework Security

See Also

Reference

_CommandBarComboBox Interface

Microsoft.VisualStudio.CommandBars Namespace