TouchDevice.IManipulator.Id Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the unique identifier of the TouchDevice as provided by the operating system.
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
Property Value
The unique identifier of the TouchDevice.
Implements
Remarks
This member is an explicit interface member implementation. It can be used only when the TouchDevice instance is cast to an IManipulator interface.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.