다음을 통해 공유


IWizCombo.ListIndex 속성

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

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

구문

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

속성 값

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

.NET Framework 보안

참고 항목

참조

IWizCombo 인터페이스

Microsoft.VisualStudio.VsWizard 네임스페이스