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 命名空间

其他资源

如何:编译和运行自动化对象模型代码示例