TouchDevice::IManipulator::Id Property

.NET Framework (current version)
 

Gets the unique identifier of the TouchDevice as provided by the operating system.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

private:
property int Id {
	virtual int get() sealed = IManipulator::Id::get;
}

Property Value

Type: System::Int32

The unique identifier of the TouchDevice.

This member is an explicit interface member implementation. It can be used only when the TouchDevice instance is cast to an IManipulator interface.

.NET Framework
Available since 4.0
Return to top
Show: