ActionCollection クラス

ActionCollection クラス

アクションのコレクション。

定義

Visual Basic Public Class ActionCollection
   Inherits Object 
   Implements ICloneable, IEnumerable
C# public class ActionCollection : Object,
    ICloneable,  IEnumerable
Managed C++ public __gc class ActionCollection  : public Object,
    ICloneable,  IEnumerable
JScript public class ActionCollection extends Object
   implements IEnumerable, ICloneable

メンバ テーブル

次のテーブルは、ActionCollection オブジェクトによって公開されているメンバの一覧である。左側のタブをクリックし、表示したいメンバの種類を選ぶこと。

メソッド

メソッド 説明
ActionCollection オブジェクトの新しいインスタンスを初期化する。
Add コレクションに要素を追加する。
Clear コレクションからすべての要素をクリアする。
Clone オブジェクトを複製する。
Contains 要素がコレクションに含まれているかどうかを特定する。
CopyTo コレクション全体またはその一部を 1 次元配列にコピーする。
GetEnumerator このコレクションの列挙子を取得する。
IndexOf コレクション全体またはその一部においてある値が初めて出現した位置を示す、0 から始まるインデックスを返す。
Insert コレクション内の指定したインデックス位置に要素を挿入する。
Remove 特定のオブジェクトの最初のものをコレクションから削除する。
RemoveAt コレクションの指定したインデックス位置にある要素を削除する。

プロパティ

プロパティ 説明
Count 要素の数を取得する。
IsFixedSize コレクションが固定サイズかどうかを示す値を取得する。
IsReadOnly コレクションが読み取り専用かどうかを示す値を取得する。
Item

継承の階層構造

Object

ActionCollection

クラスの情報

名前空間 Microsoft.DirectX.DirectInput
アセンブリ Microsoft.DirectX.DirectInput (microsoft.directx.directinput.dll)
厳密名 Microsoft.DirectX.DirectInput,  Version=0293,  Culture=neutral,  PublicKeyToken=d3231b57b74a1492

© 2002 Microsoft Corporation. All rights reserved. Terms of use.