WizardStepCollection.AddAt(Int32, WizardStepBase) Method
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.
Adds the specified WizardStepBase-derived object to the collection at the specified index location.
public:
void AddAt(int index, System::Web::UI::WebControls::WizardStepBase ^ wizardStep);
public void AddAt(int index, System.Web.UI.WebControls.WizardStepBase wizardStep);
member this.AddAt : int * System.Web.UI.WebControls.WizardStepBase -> unit
Public Sub AddAt (index As Integer, wizardStep As WizardStepBase)
- index
- Int32
The index location at which to insert WizardStepBase-derived object.
- wizardStep
- WizardStepBase
The WizardStepBase-derived object to append to the WizardStepCollection collection.
The WizardStepBase-derived object passed in is null
.
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.
Product | Versions |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: