UIElement3D.TouchesCapturedWithin Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient tous les périphériques tactiles capturés dans cet élément ou les éléments enfants de son arborescence d'éléments visuels.
public:
property System::Collections::Generic::IEnumerable<System::Windows::Input::TouchDevice ^> ^ TouchesCapturedWithin { System::Collections::Generic::IEnumerable<System::Windows::Input::TouchDevice ^> ^ get(); };
public System.Collections.Generic.IEnumerable<System.Windows.Input.TouchDevice> TouchesCapturedWithin { get; }
member this.TouchesCapturedWithin : seq<System.Windows.Input.TouchDevice>
Public ReadOnly Property TouchesCapturedWithin As IEnumerable(Of TouchDevice)
Valeur de propriété
Énumération d'objets TouchDevice capturés dans cet élément ou les éléments enfants de son arborescence d'éléments visuels.