言語

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イベントに処理します。

適用対象