UIElement.TouchesCaptured Proprietà

Definizione

Ottiene tutti i dispositivi a tocco acquisiti in questo elemento.

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)

Valore della proprietà

IEnumerable<TouchDevice>

Enumerazione di oggetti TouchDevice che sono acquisiti in questo elemento.

Si applica a