共用方式為


NamespaceCollection.Clear 方法

定義

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

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

範例

下列程式碼範例示範如何使用 Clear 方法。 此程式碼範例是提供給 類別之較大範例的 PagesSection 一部分。

// Execute the Clear method.
pagesSection.Namespaces.Clear();
' Execute the Clear method.
pagesSection.Namespaces.Clear()

備註

這個方法會清空集合,並將專案插入 clear 組態檔的適當區段中,以移除較高層級組態檔和目前組態檔中定義之專案的所有參考。

適用於

另請參閱