MasterShortcutCollection

MasterShortcutCollection class

MasterShortcut コレクション。

public class MasterShortcutCollection : Collection

プロパティ

名前説明
Count { get; }コレクションに実際に含まれる要素の数を取得します。
Item { get; }指定されたインデックスの要素を取得します。

メソッド

名前説明
Add(MasterShortcut)コレクションにマスター オブジェクトを追加します。
Clear()コレクションからすべての要素を削除します。
GetEnumerator()非ジェネリック コレクションに対する単純な反復をサポートします。
IsExist(int)コレクションに存在するアイテムです。
Remove(MasterShortcut)コレクションから MasterShortcut オブジェクトを削除します。

関連項目