共用方式為


OutputCacheProfileCollection.Clear 方法

定義

從集合中移除所有的 OutputCacheProfile 物件。

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

例外狀況

集合是唯讀的。

範例

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

// Execute the Clear method.
outputCacheProfiles.Clear();
' Execute the Clear method.
  outputCacheProfiles.Clear()

備註

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

適用於

另請參閱