Share via


TypeElementCollection.Add(TypeElement) Méthode

Définition

Ajoute un TypeElement à la collection.

public:
 void Add(System::Web::Services::Configuration::TypeElement ^ element);
public void Add (System.Web.Services.Configuration.TypeElement element);
member this.Add : System.Web.Services.Configuration.TypeElement -> unit
Public Sub Add (element As TypeElement)

Paramètres

element
TypeElement

TypeElement à ajouter.

S’applique à