TemplateGroupCollection.Clear 方法

定義

移除集合中所有的群組。

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

備註

Clear使用 方法可從集合中移除所有群組。 若要從集合中移除特定群組,請使用 Remove 方法。 若要移除特定索引上的群組,請使用 RemoveAt 方法。

適用於

另請參閱