NotifyInputEventArgs.StagingItem プロパティ

定義

入力マネージャーによって処理されている、ステージング領域の入力項目を取得します。

public:
 property System::Windows::Input::StagingAreaInputItem ^ StagingItem { System::Windows::Input::StagingAreaInputItem ^ get(); };
public System.Windows.Input.StagingAreaInputItem StagingItem { get; }
member this.StagingItem : System.Windows.Input.StagingAreaInputItem
Public ReadOnly Property StagingItem As StagingAreaInputItem

プロパティ値

ステージング領域。

注釈

入力ステージング領域は、WPF イベントへの未加工の入力を処理します。

適用対象