WizardStepCollection.Clear Método

Definição

Remove todos os objetos derivados de WizardStepBase da coleção.Removes all WizardStepBase-derived objects from the collection.

public:
 virtual void Clear();
public void Clear ();
abstract member Clear : unit -> unit
override this.Clear : unit -> unit
Public Sub Clear ()

Implementações

Comentários

Use o Clear método para remover todos os WizardStepBase objetos derivados da WizardStepCollection coleção.Use the Clear method to remove all the WizardStepBase-derived objects from the WizardStepCollection collection.

Observação

Depois que o Clear método remove os WizardStepBase objetos derivados da coleção, a Count propriedade da WizardStepCollection coleção tem um valor igual a zero.After the Clear method removes the WizardStepBase-derived objects from the collection, the Count property of the WizardStepCollection collection has a value of zero.

Aplica-se a

Confira também