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 セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。