다음을 통해 공유


IWizCombo.InsertItem 메서드

마법사 콤보 상자의 지정된 위치에 지정된 항목을 삽입합니다.

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

구문

‘선언
Sub InsertItem ( _
    bstrItem As String, _
    nIndex As Integer _
)
void InsertItem(
    string bstrItem,
    int nIndex
)
void InsertItem(
    [InAttribute] String^ bstrItem, 
    [InAttribute] int nIndex
)
abstract InsertItem : 
        bstrItem:string * 
        nIndex:int -> unit
function InsertItem(
    bstrItem : String, 
    nIndex : int
)

매개 변수

  • bstrItem
    형식: String

    필수입니다. 항목을 식별하는 문자열입니다.

  • nIndex
    형식: Int32

    필수입니다. 삽입할 항목의 인덱스(0부터 시작)입니다.

.NET Framework 보안

참고 항목

참조

IWizCombo 인터페이스

Microsoft.VisualStudio.VsWizard 네임스페이스