次の方法で共有


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 名前空間