This documentation is archived and is not being maintained.
WizardStepCollection::AddAt Method
Visual Studio 2010
Adds the specified WizardStepBase-derived object to the collection at the specified index location.
Assembly: System.Web (in System.Web.dll)
Parameters
- index
- Type: System::Int32
The index location at which to insert WizardStepBase-derived object.
- wizardStep
- Type: System.Web.UI.WebControls::WizardStepBase
The WizardStepBase-derived object to append to the WizardStepCollection collection.
| Exception | Condition |
|---|---|
| ArgumentNullException | The WizardStepBase-derived object passed in is nullptr. |
The AddAt method adds the WizardStepBase-derived object to the collection at the specified index location.
To add a WizardStepBase-derived object to the end of the WizardStepCollection collection, use the Add method.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: