InsertWizard Method
See Also 
SourceCode.Framework Namespace > IWizardHostService Interface : InsertWizard Method



insertBeforeIndex
propertyWizard
wizardParent

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Sub InsertWizard( _
   ByVal insertBeforeIndex As Integer, _
   ByVal propertyWizard As IPropertyWizard, _
   ByVal wizardParent As Object _
) 
Visual Basic (Usage) Copy Code
Dim instance As IWizardHostService
Dim insertBeforeIndex As Integer
Dim propertyWizard As IPropertyWizard
Dim wizardParent As Object
 
instance.InsertWizard(insertBeforeIndex, propertyWizard, wizardParent)

Parameters

insertBeforeIndex
propertyWizard
wizardParent

Requirements

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

See Also