Udostępnij za pośrednictwem


TransformerInfoCollection.Clear Metoda

Definicja

Usuwa wszystkie TransformerInfo obiekty z kolekcji.

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

Przykłady

W poniższym przykładzie kodu pokazano, jak używać Clear metody . Ten przykład kodu jest częścią większego przykładu podanego WebPartsSection dla klasy.

// Clear all TransformerInfo objects from the collection.
webPartsSection.Transformers.Clear();
' Clear all TransformerInfo objects from the collection.
webPartsSection.Transformers.Clear()

Uwagi

Ta metoda usuwa wszystkie TransformerInfo obiekty z kolekcji i wstawia clear element do transformers kolekcji webParts sekcji pliku konfiguracji.

Dotyczy

Zobacz też