Share via


AuthorizationRuleCollection.Clear 方法

定義

從集合中移除所有 AuthorizationRule 物件。

public:
 void Clear();
public void Clear ();
member this.Clear : unit -> unit
Public Sub Clear ()

範例

下列程式碼範例示範如何使用 Clear 方法。

// Using the AuthorizationRuleCollection Clear method.
authorizationSection.Rules.Clear();
' Using the AuthorizationRuleCollection Clear method.
authorizationSection.Rules.Clear()

備註

這個方法會將 clear 指示詞插入組態檔的適當區段中,以清除較高層級組態檔中定義之專案的所有參考。 移除目前組態檔適當區段中定義的所有元素。

適用於

另請參閱