다음을 통해 공유


WizComboClass.ListIndex 속성

지정된 마법사 콤보 상자에 있는 항목의 목록 인덱스를 가져오거나 설정합니다.

네임스페이스:  Microsoft.VisualStudio.VsWizard
어셈블리:  Microsoft.VisualStudio.VsWizard(Microsoft.VisualStudio.VsWizard.dll)

구문

‘선언
Public Overridable Property ListIndex As Integer
public virtual int ListIndex { get; set; }
public:
virtual property int ListIndex {
    int get ();
    void set (int value);
}
abstract ListIndex : int with get, set 
override ListIndex : int with get, set
function get ListIndex () : int 
function set ListIndex (value : int)

속성 값

형식: Int32
지정된 마법사 콤보 상자에 있는 항목의 목록 인덱스입니다.

구현

IWizCombo.ListIndex

예제

자세한 내용은 AddItem를 참조하십시오.

.NET Framework 보안

참고 항목

참조

WizComboClass 클래스

Microsoft.VisualStudio.VsWizard 네임스페이스

기타 리소스

마법사 디자인

Visual C++ 확장성 개체 모델