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 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용를 참조하세요.