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如果物件不存在於本機節點集合中,則不會引發錯誤。