_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

‘선언
Property Text As String
    Get
    Set
‘사용 방법
Dim instance As _CommandBarComboBox
Dim value As String

value = instance.Text

instance.Text = value
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

_CommandBarComboBox Members

Microsoft.VisualStudio.CommandBars Namespace