ActionCollection 类

定义

表示 Action 对象集合。 此类不能被继承。

public ref class ActionCollection sealed
public sealed class ActionCollection
type ActionCollection = class
Public NotInheritable Class ActionCollection
继承
ActionCollection

构造函数

ActionCollection()

初始化 ActionCollection 类的新实例。

属性

Count

获取集合中的项数。

Item[Int32]

从集合中获取指定索引处的项。

方法

Add(Action)

Action 对象添加到集合。

适用于