Visual Basic (Declaration) | |
---|---|
Sub InsertWizard( _ ByVal insertBeforeIndex As Integer, _ ByVal propertyWizard As IPropertyWizard, _ ByVal wizardParent As Object _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As IWizardHostService Dim insertBeforeIndex As Integer Dim propertyWizard As IPropertyWizard Dim wizardParent As Object instance.InsertWizard(insertBeforeIndex, propertyWizard, wizardParent) |
C# | |
---|---|
void InsertWizard( int insertBeforeIndex, IPropertyWizard propertyWizard, object wizardParent ) |
C++/CLI | |
---|---|
void InsertWizard( int insertBeforeIndex, IPropertyWizard^ propertyWizard, Object^ wizardParent ) |
Parameters
- insertBeforeIndex
- propertyWizard
- wizardParent
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2