TrustLevelCollection.Remove(TrustLevel) 方法

定义

TrustLevelTrustLevelCollection对象中删除对象。

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如果本地节点集合中不存在该对象,则不会引发错误。

适用于