共用方式為


WizComboClass.Enabled 屬性

取得或設定值,指出的啟用的狀態WizCombo物件。

命名空間:  Microsoft.VisualStudio.VsWizard
組件:  Microsoft.VisualStudio.VsWizard (在 Microsoft.VisualStudio.VsWizard.dll 中)

語法

'宣告
Public Overridable Property Enabled As Boolean
public virtual bool Enabled { get; set; }
public:
virtual property bool Enabled {
    bool get ();
    void set (bool value);
}
abstract Enabled : bool with get, set
override Enabled : bool with get, set
function get Enabled () : boolean
function set Enabled (value : boolean)

屬性值

型別:System.Boolean
如果 WizCombo 已啟用,則為 true,否則為 false。

實作

IWizCombo.Enabled

.NET Framework 安全性

請參閱

參考

WizComboClass 類別

Microsoft.VisualStudio.VsWizard 命名空間

其他資源

HOW TO:編譯和執行 Automation 物件模型程式碼範例