UIElement.TouchesCaptured Propriété

Définition

Obtient tous les périphériques tactiles capturés dans cet élément.

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)

Valeur de propriété

Énumération d'objets TouchDevice capturés dans cet élément.

S’applique à