TrustLevelCollection.Remove(TrustLevel) 方法

定义

TrustLevel 对象中删除 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)

参数

trustLevel
TrustLevel

要从 TrustLevel 移除的 TrustLevelCollection

注解

如果本地节点集合中不存在该 TrustLevel 对象,则不会引发错误。

适用于