IWizCombo.InsertItem(String, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Inserts the specified item at the specified location in the wizard combo box.
public:
void InsertItem(System::String ^ bstrItem, int nIndex);
public:
void InsertItem(Platform::String ^ bstrItem, int nIndex);
void InsertItem(std::wstring const & bstrItem, int nIndex);
[System.Runtime.InteropServices.DispId(1610743810)]
public void InsertItem (string bstrItem, int nIndex);
[<System.Runtime.InteropServices.DispId(1610743810)>]
abstract member InsertItem : string * int -> unit
Public Sub InsertItem (bstrItem As String, nIndex As Integer)
Parameters
- bstrItem
- String
Required. A string identifying the item.
- nIndex
- Int32
Required. The zero-based index of the item to be inserted.
- Attributes