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 物件不存在於本地節點集合中,則不會產生錯誤。