This documentation is archived and is not being maintained.

WizardStepCollection Members

Represents a collection of WizardStepBase-derived objects in a control that acts as a wizard. This class cannot be inherited.

The WizardStepCollection type exposes the following members.

  NameDescription
Public method Add Appends the specified WizardStepBase-derived object to the end of the collection.
Public method AddAt Adds the specified WizardStepBase-derived object to the collection at the specified index location.
Public method Clear Removes all WizardStepBase-derived objects from the collection.
Public method Contains Determines whether the WizardStepCollection collection contains a specific WizardStepBase-derived object.
Public method CopyTo 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.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetEnumerator Returns an IEnumerator-implemented object that can be used to iterate through the WizardStepBase-derived objects in the collection.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Public method IndexOf Determines the index value that represents the position of the specified WizardStepBase-derived object in the collection.
Public method Insert Inserts the specified WizardStepBase-derived object into the collection at the specified index location.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Remove Removes the specified WizardStepBase-derived object from the collection.
Public method RemoveAt Removes the WizardStepBase-derived object from the collection at the specified location.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top

  NameDescription
Public Extension Method AsQueryable Converts an IEnumerable to an IQueryable. (Defined by Queryable.)
Public Extension Method Cast Converts the elements of an IEnumerable to the specified type. (Defined by Enumerable.)
Public Extension Method OfType Filters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.)
Top

  NameDescription
Public property Count Gets the number of WizardStepBase-derived objects in the Wizard control's WizardStepCollection collection.
Public property IsReadOnly Gets a value indicating whether the WizardStepBase-derived objects in the collection can be modified.
Public property IsSynchronized Gets a value indicating whether access to the collection is synchronized (thread-safe).
Public property Item Gets a WizardStepBase-derived object from the collection at the specified index.
Public property SyncRoot Gets an object that can be used to synchronize access to the collection.
Top

  NameDescription
Explicit interface implemetation Private method IList::Add Infrastructure. Appends the specified object to the end of the collection.
Explicit interface implemetation Private method IList::Contains Infrastructure. Determines whether the collection contains the specified object.
Explicit interface implemetation Private method ICollection::CopyTo Infrastructure. Copies all the items from a WizardStepCollection collection to a one-dimensional array, starting at the specified index in the target array.
Explicit interface implemetation Private method IList::IndexOf Infrastructure. Determines the index value that represents the position of the specified object in the collection.
Explicit interface implemetation Private method IList::Insert Infrastructure. Inserts the specified object in the collection at the specified position.
Explicit interface implemetation Private property IList::IsFixedSize Infrastructure. Gets a value indicating whether the collection has a fixed size.
Explicit interface implemetation Private property IList::Item Infrastructure. Gets the object at the specified index in the collection.
Explicit interface implemetation Private method IList::Remove Infrastructure. Removes the specified object from the collection.
Top
Show: