TouchDevice.IManipulator.Id プロパティ

定義

オペレーティング システムに用意されている、TouchDevice の一意の識別子を取得します。

property int System::Windows::Input::IManipulator::Id { int get(); };
int System.Windows.Input.IManipulator.Id { get; }
member this.System.Windows.Input.IManipulator.Id : int
 ReadOnly Property Id As Integer Implements IManipulator.Id

プロパティ値

TouchDevice の一意の識別子。

実装

Id

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、TouchDevice のインスタンスが IManipulator インターフェイスにキャストされる場合のみ、使用できます。

適用対象