TrustLevelCollection.Remove(TrustLevel) Método

Definição

Remove um TrustLevel objeto do TrustLevelCollection objeto.

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)

Parâmetros

trustLevel
TrustLevel

O TrustLevel para remover do TrustLevelCollection.

Observações

Se o TrustLevel objeto não existir na coleção local de nós, não é gerado qualquer erro.

Aplica-se a