ConfigurationWizardStep.WizardStepPropertyCollection Members
Include Protected Members
Include Inherited Members
The ConfigurationWizardStep defines a step in a configuration wizard and provides facilities for managing WizardProperty collections.
The ConfigurationWizardStep.WizardStepPropertyCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ConfigurationWizardStep.WizardStepPropertyCollection |
Creates a new instance of this step.
|
Methods
Properties
Name | Description | |
---|---|---|
Count | (Inherited from Collection<WizardProperty>.) | |
Item | Overloaded. | |
Items | (Inherited from Collection<WizardProperty>.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
IList.Add | (Inherited from Collection<WizardProperty>.) | |
IList.Contains | (Inherited from Collection<WizardProperty>.) | |
ICollection.CopyTo | (Inherited from Collection<WizardProperty>.) | |
IEnumerable.GetEnumerator | (Inherited from Collection<WizardProperty>.) | |
IList.IndexOf | (Inherited from Collection<WizardProperty>.) | |
IList.Insert | (Inherited from Collection<WizardProperty>.) | |
IList.IsFixedSize | (Inherited from Collection<WizardProperty>.) | |
System#Collections#Generic#ICollection{T}#IsReadOnly | (Inherited from Collection<WizardProperty>.) | |
IList.IsReadOnly | (Inherited from Collection<WizardProperty>.) | |
ICollection.IsSynchronized | (Inherited from Collection<WizardProperty>.) | |
IList.Item | (Inherited from Collection<WizardProperty>.) | |
IList.Remove | (Inherited from Collection<WizardProperty>.) | |
ICollection.SyncRoot | (Inherited from Collection<WizardProperty>.) |
See Also
ConfigurationWizardStep.WizardStepPropertyCollection Class
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Wizard Namespace