UIElement.TouchesCaptured プロパティ
定義
この要素にキャプチャされているすべてのタッチ デバイスを取得します。Gets all touch devices that are captured to this element.
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 オブジェクトの列挙体。An enumeration of TouchDevice objects that are captured to this element.