Partager via


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
Ff665855.pubmethod(en-us,PandP.50).gif ConfigurationWizardStep.WizardStepPropertyCollection
Creates a new instance of this step.

Methods

  Name Description
Ff665855.pubmethod(en-us,PandP.50).gif Add (Inherited from Collection<WizardProperty>.)
Ff665855.pubmethod(en-us,PandP.50).gif Clear (Inherited from Collection<WizardProperty>.)
Ff665855.protmethod(en-us,PandP.50).gif ClearItems
Removes all elements from the Collection<T>.
(Overrides Collection<T>.ClearItems().)
Ff665855.pubmethod(en-us,PandP.50).gif Contains (Inherited from Collection<WizardProperty>.)
Ff665855.pubmethod(en-us,PandP.50).gif CopyTo (Inherited from Collection<WizardProperty>.)
Ff665855.pubmethod(en-us,PandP.50).gif Equals (Inherited from Object.)
Ff665855.protmethod(en-us,PandP.50).gif Finalize (Inherited from Object.)
Ff665855.pubmethod(en-us,PandP.50).gif GetEnumerator (Inherited from Collection<WizardProperty>.)
Ff665855.pubmethod(en-us,PandP.50).gif GetHashCode (Inherited from Object.)
Ff665855.pubmethod(en-us,PandP.50).gif GetType (Inherited from Object.)
Ff665855.pubmethod(en-us,PandP.50).gif IndexOf (Inherited from Collection<WizardProperty>.)
Ff665855.pubmethod(en-us,PandP.50).gif Insert (Inherited from Collection<WizardProperty>.)
Ff665855.protmethod(en-us,PandP.50).gif InsertItem
Inserts an element into the Collection<T> at the specified index.
(Overrides Collection<T>.InsertItem(Int32, T).)
Ff665855.protmethod(en-us,PandP.50).gif MemberwiseClone (Inherited from Object.)
Ff665855.pubmethod(en-us,PandP.50).gif Remove (Inherited from Collection<WizardProperty>.)
Ff665855.pubmethod(en-us,PandP.50).gif RemoveAt (Inherited from Collection<WizardProperty>.)
Ff665855.protmethod(en-us,PandP.50).gif RemoveItem
Removes the element at the specified index of the Collection<T>.
(Overrides Collection<T>.RemoveItem(Int32).)
Ff665855.protmethod(en-us,PandP.50).gif SetItem (Inherited from Collection<WizardProperty>.)
Ff665855.pubmethod(en-us,PandP.50).gif ToString (Inherited from Object.)

Properties

  Name Description
Ff665855.pubproperty(en-us,PandP.50).gif Count (Inherited from Collection<WizardProperty>.)
Ff665855.pubproperty(en-us,PandP.50).gif Item Overloaded.
Ff665855.protproperty(en-us,PandP.50).gif Items (Inherited from Collection<WizardProperty>.)

Explicit Interface Implementations

  Name Description
Ff665855.pubinterface(en-us,PandP.50).gifFf665855.privmethod(en-us,PandP.50).gif IList.Add (Inherited from Collection<WizardProperty>.)
Ff665855.pubinterface(en-us,PandP.50).gifFf665855.privmethod(en-us,PandP.50).gif IList.Contains (Inherited from Collection<WizardProperty>.)
Ff665855.pubinterface(en-us,PandP.50).gifFf665855.privmethod(en-us,PandP.50).gif ICollection.CopyTo (Inherited from Collection<WizardProperty>.)
Ff665855.pubinterface(en-us,PandP.50).gifFf665855.privmethod(en-us,PandP.50).gif IEnumerable.GetEnumerator (Inherited from Collection<WizardProperty>.)
Ff665855.pubinterface(en-us,PandP.50).gifFf665855.privmethod(en-us,PandP.50).gif IList.IndexOf (Inherited from Collection<WizardProperty>.)
Ff665855.pubinterface(en-us,PandP.50).gifFf665855.privmethod(en-us,PandP.50).gif IList.Insert (Inherited from Collection<WizardProperty>.)
Ff665855.pubinterface(en-us,PandP.50).gifFf665855.privproperty(en-us,PandP.50).gif IList.IsFixedSize (Inherited from Collection<WizardProperty>.)
Ff665855.pubinterface(en-us,PandP.50).gifFf665855.privproperty(en-us,PandP.50).gif System#Collections#Generic#ICollection{T}#IsReadOnly (Inherited from Collection<WizardProperty>.)
Ff665855.pubinterface(en-us,PandP.50).gifFf665855.privproperty(en-us,PandP.50).gif IList.IsReadOnly (Inherited from Collection<WizardProperty>.)
Ff665855.pubinterface(en-us,PandP.50).gifFf665855.privproperty(en-us,PandP.50).gif ICollection.IsSynchronized (Inherited from Collection<WizardProperty>.)
Ff665855.pubinterface(en-us,PandP.50).gifFf665855.privproperty(en-us,PandP.50).gif IList.Item (Inherited from Collection<WizardProperty>.)
Ff665855.pubinterface(en-us,PandP.50).gifFf665855.privmethod(en-us,PandP.50).gif IList.Remove (Inherited from Collection<WizardProperty>.)
Ff665855.pubinterface(en-us,PandP.50).gifFf665855.privproperty(en-us,PandP.50).gif ICollection.SyncRoot (Inherited from Collection<WizardProperty>.)

See Also

ConfigurationWizardStep.WizardStepPropertyCollection Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Wizard Namespace