TrustLevelCollection.Remove(TrustLevel) Metodo

Definizione

Rimuove un TrustLevel oggetto dall'oggetto 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)

Parametri

trustLevel
TrustLevel

Oggetto TrustLevel da rimuovere dall'oggetto TrustLevelCollection.

Commenti

Se l'oggetto non esiste nell'insieme TrustLevel di nodi locali, non viene generato alcun errore.

Si applica a