WizardStepCollection Methods
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Add(WizardStepBase^) | Appends the specified WizardStepBase-derived object to the end of the collection. |
![]() | AddAt(Int32, WizardStepBase^) | Adds the specified WizardStepBase-derived object to the collection at the specified index location. |
![]() | Clear() | Removes all WizardStepBase-derived objects from the collection. |
![]() | Contains(WizardStepBase^) | Determines whether the WizardStepCollection collection contains a specific WizardStepBase-derived object. |
![]() | CopyTo(array<WizardStepBase^>^, Int32) | Copies all the items from a WizardStepCollection collection to a compatible one-dimensional array of WizardStepBase objects, starting at the specified index in the target array. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetEnumerator() | Returns an IEnumerator-implemented object that can be used to iterate through the WizardStepBase-derived objects in the collection. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | IndexOf(WizardStepBase^) | Determines the index value that represents the position of the specified WizardStepBase-derived object in the collection. |
![]() | Insert(Int32, WizardStepBase^) | Inserts the specified WizardStepBase-derived object into the collection at the specified index location. |
![]() | Remove(WizardStepBase^) | Removes the specified WizardStepBase-derived object from the collection. |
![]() | RemoveAt(Int32) | Removes the WizardStepBase-derived object from the collection at the specified location. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | AsParallel() | Overloaded. Enables parallelization of a query.(Defined by ParallelEnumerable.) |
![]() | AsQueryable() | Overloaded. Converts an IEnumerable to an IQueryable.(Defined by Queryable.) |
![]() | Cast<TResult>() | Casts the elements of an IEnumerable to the specified type.(Defined by Enumerable.) |
![]() | OfType<TResult>() | Filters the elements of an IEnumerable based on a specified type.(Defined by Enumerable.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection::CopyTo(Array^, Int32) | This API supports the product infrastructure and is not intended to be used directly from your code. Copies all the items from a WizardStepCollection collection to a one-dimensional array, starting at the specified index in the target array. |
![]() ![]() | IList::Add(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Appends the specified object to the end of the collection. |
![]() ![]() | IList::Contains(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Determines whether the collection contains the specified object. |
![]() ![]() | IList::IndexOf(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Determines the index value that represents the position of the specified object in the collection. |
![]() ![]() | IList::Insert(Int32, Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Inserts the specified object in the collection at the specified position. |
![]() ![]() | IList::Remove(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Removes the specified object from the collection. |


