TrustLevelCollection.Remove(TrustLevel) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从 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 对象,则不会引发错误。