共用方式為


WpfComboBox.IsEditable 屬性

這個 API 支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。

取得值,這個值表示此下拉式方塊是否可以編輯。

命名空間:  Microsoft.VisualStudio.TestTools.UITesting.WpfControls
組件:  Microsoft.VisualStudio.TestTools.UITesting (在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)

語法

'宣告
Public Overridable ReadOnly Property IsEditable As Boolean
public virtual bool IsEditable { get; }
public:
virtual property bool IsEditable {
    bool get ();
}
abstract IsEditable : bool with get
override IsEditable : bool with get
function get IsEditable () : boolean

屬性值

型別:System.Boolean
如果此下拉式方塊可以編輯則為 true,否則為 false。

.NET Framework 安全性

請參閱

參考

WpfComboBox 類別

Microsoft.VisualStudio.TestTools.UITesting.WpfControls 命名空間