TypeElementCollection.Remove(TypeElement) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Supprime un TypeElement spécifié de la collection.
public:
void Remove(System::Web::Services::Configuration::TypeElement ^ element);
public void Remove (System.Web.Services.Configuration.TypeElement element);
member this.Remove : System.Web.Services.Configuration.TypeElement -> unit
Public Sub Remove (element As TypeElement)
Paramètres
- element
- TypeElement
TypeElement à supprimer de la collection.