リサイズはクリックかドラッグ

IFixedLengthEventCommandShortCutKeyList インターフェイス

注意: このAPIは廃止予定です。

【長さ固定】イベントコマンドショートカットキーリスト

名前空間:  WodiLib.Ini
アセンブリ:  WodiLib (in WodiLib.dll) バージョン: 2.3.0.0
構文
C#
[ObsoleteAttribute("ShortCutPositionList クラスを参照してください。 Ver 2.5 で削除します。")]
public interface IFixedLengthEventCommandShortCutKeyList : IFixedLengthCollection<EventCommandShortCutKey>, 
	IReadOnlyFixedLengthCollection<EventCommandShortCutKey>, IModelBase<IReadOnlyFixedLengthCollection<EventCommandShortCutKey>>, 
	IEquatable<IReadOnlyFixedLengthCollection<EventCommandShortCutKey>>, INotifyPropertyChanged, IReadOnlyList<EventCommandShortCutKey>, 
	IEnumerable<EventCommandShortCutKey>, IEnumerable, IReadOnlyCollection<EventCommandShortCutKey>, 
	IEquatable<IReadOnlyList<EventCommandShortCutKey>>, INotifyCollectionChanged

IFixedLengthEventCommandShortCutKeyList 型は下記のメンバーを公開します。

プロパティ
  名前説明
Public プロパティCount
Gets the number of elements in the collection.
(IReadOnlyCollectionEventCommandShortCutKeyから継承)
Public プロパティItem
インデクサによるアクセス
(IFixedLengthCollectionTから継承)
トップ
メソッド
  名前説明
Public メソッドAll
すべての列挙子を取得する。
(IReadOnlyFixedLengthCollectionTから継承)
Public メソッドEquals(T)
Indicates whether the current object is equal to another object of the same type.
(IEquatableIReadOnlyFixedLengthCollectionEventCommandShortCutKeyから継承)
Public メソッドEquals(T) (IEquatableIReadOnlyListEventCommandShortCutKeyから継承)
Public メソッドGetEnumerator
Returns an enumerator that iterates through the collection.
(IEnumerableEventCommandShortCutKeyから継承)
Public メソッドGetRange
指定範囲の要素を簡易コピーしたリストを取得する。
(IReadOnlyFixedLengthCollectionTから継承)
Public メソッドIndexOf
指定したオブジェクトを検索し、最初に出現する位置のインデックスを返す。
(IFixedLengthCollectionTから継承)
Public メソッドValidate
リストの各項目が適切な設定であることを検証する。
トップ
イベント
  名前説明
Public イベントCollectionChanged
Occurs when the collection changes.
(INotifyCollectionChangedから継承)
Public イベントPropertyChanged
Occurs when a property value changes.
(INotifyPropertyChangedから継承)
トップ
拡張メソッド
関連項目