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 方法。

适用于

另请参阅