InputGestureCollection.Item[Int32] プロパティ

定義

指定したインデックス位置にある InputGesture を取得または設定します。

public:
 property System::Windows::Input::InputGesture ^ default[int] { System::Windows::Input::InputGesture ^ get(int index); void set(int index, System::Windows::Input::InputGesture ^ value); };
public System.Windows.Input.InputGesture this[int index] { get; set; }
member this.Item(int) : System.Windows.Input.InputGesture with get, set
Default Public Property Item(index As Integer) As InputGesture

パラメーター

index
Int32

コレクション内の位置。

プロパティ値

指定したインデックス位置にあるジェスチャ。

適用対象