共用方式為


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)

屬性值

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

實作

IWizCombo.Enabled

.NET Framework 安全性

請參閱

參考

WizComboClass 類別

Microsoft.VisualStudio.VsWizard 命名空間

其他資源

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