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
    형식: System.String
    필수 요소.항목을 식별 하는 문자열입니다.
  • nIndex
    형식: System.Int32
    필수 요소.삽입할 항목의 인덱스(0부터 시작)입니다.

.NET Framework 보안

  • 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.

참고 항목

참조

IWizCombo 인터페이스

Microsoft.VisualStudio.VsWizard 네임스페이스