Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal parent As IWizardConfigurable, _ ByVal delayedExecution As Boolean, _ ByVal startActivity As Activity, _ ByVal finishActivity As Activity _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim parent As IWizardConfigurable Dim delayedExecution As Boolean Dim startActivity As Activity Dim finishActivity As Activity Dim instance As New LineWizardInitializeArgs(parent, delayedExecution, startActivity, finishActivity) |
C# | |
---|---|
public LineWizardInitializeArgs( IWizardConfigurable parent, bool delayedExecution, Activity startActivity, Activity finishActivity ) |
C++/CLI | |
---|---|
public: LineWizardInitializeArgs( IWizardConfigurable^ parent, bool delayedExecution, Activity^ startActivity, Activity^ finishActivity ) |
Parameters
- parent
- The parent object can be either the object the wizard is dropped on or the object it is configuring.
- delayedExecution
- Then false the execution of a wizard is delayed.
- startActivity
- The start activity for a line.
- finishActivity
- The finish acvitiy for a line.
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