言語

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 オブジェクトをコレクションに追加します。

適用対象