UIElement.TouchesCaptured 属性

定义

获取在此元素上捕获的所有触摸设备。

public:
 property System::Collections::Generic::IEnumerable<System::Windows::Input::TouchDevice ^> ^ TouchesCaptured { System::Collections::Generic::IEnumerable<System::Windows::Input::TouchDevice ^> ^ get(); };
public System.Collections.Generic.IEnumerable<System.Windows.Input.TouchDevice> TouchesCaptured { get; }
member this.TouchesCaptured : seq<System.Windows.Input.TouchDevice>
Public ReadOnly Property TouchesCaptured As IEnumerable(Of TouchDevice)

属性值

在此元素上捕获的 TouchDevice 对象的枚举。

适用于