다음을 통해 공유


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 네임스페이스

기타 리소스

방법: 자동화 개체 모델 코드의 예제 컴파일 및 실행