TriggerActionCollection コンストラクター

定義

TriggerActionCollection クラスのインスタンスを初期化します。

オーバーロード

TriggerActionCollection()

TriggerActionCollection クラスのインスタンスを初期化します。

TriggerActionCollection(Int32)

指定した初期サイズを持つ、TriggerActionCollection クラスのインスタンスを初期化します。

TriggerActionCollection()

TriggerActionCollection クラスのインスタンスを初期化します。

public:
 TriggerActionCollection();
public TriggerActionCollection ();
Public Sub New ()

適用対象

TriggerActionCollection(Int32)

指定した初期サイズを持つ、TriggerActionCollection クラスのインスタンスを初期化します。

public:
 TriggerActionCollection(int initialSize);
public TriggerActionCollection (int initialSize);
new System.Windows.TriggerActionCollection : int -> System.Windows.TriggerActionCollection
Public Sub New (initialSize As Integer)

パラメーター

initialSize
Int32

コレクションのサイズ。

適用対象