WizardStepCollection::Contains Method (WizardStepBase^)
.NET Framework (current version)
Determines whether the WizardStepCollection collection contains a specific WizardStepBase-derived object.
Assembly: System.Web (in System.Web.dll)
Parameters
- wizardStep
-
Type:
System.Web.UI.WebControls::WizardStepBase^
The WizardStepBase-derived object to find in the WizardStepCollection collection.
Return Value
Type: System::Booleantrue if the WizardStepBase-derived object is found in the WizardStepCollection collection; otherwise, false.
| Exception | Condition |
|---|---|
| ArgumentNullException | wizardStep is null. |
Use the Contains method to determine whether a WizardStepBase-derived object is contained in the collection. This method is commonly used to test for the existence of a WizardStepBase-derived object before performing a task, such as removing a WizardStepBase-derived object from the collection.
.NET Framework
Available since 2.0
Available since 2.0
Show: