DesignerAutoFormatCollection.Clear 方法

定義

從集合移除所有的格式。

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

實作

備註

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

適用於

另請參閱