IKeyProviderItem プロパティ

指定したキーのプロパティを探します。

名前空間:  KeyToKey.Plugins
アセンブリ:  KeyToKey.Plugins (in KeyToKey.Plugins.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文
C#
IKey this[
	Keys key
] { get; }

パラメーター

key
型: KeyToKey.EnumsKeys
キー

戻り値

型: IKey
見つかったIKey型のプロパティを返します。見つからなかった場合はnullを返します。
関連項目