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 オブジェクトの列挙体。

適用対象