TrustLevelCollection.Remove(TrustLevel) 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 TrustLevel objet de l’objet TrustLevelCollection .
public:
void Remove(System::Web::Configuration::TrustLevel ^ trustLevel);
public void Remove(System.Web.Configuration.TrustLevel trustLevel);
member this.Remove : System.Web.Configuration.TrustLevel -> unit
Public Sub Remove (trustLevel As TrustLevel)
Paramètres
- trustLevel
- TrustLevel
À TrustLevel supprimer du TrustLevelCollection.
Remarques
Si l’objet TrustLevel n’existe pas dans la collection de nœuds local, aucune erreur n’est générée.