ManipulationStartedRoutedEventArgs.Container 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 l’élément UIElement qui est considéré comme le conteneur de la manipulation.
public:
property UIElement ^ Container { UIElement ^ get(); };
UIElement Container();
public UIElement Container { get; }
var uIElement = manipulationStartedRoutedEventArgs.container;
Public ReadOnly Property Container As UIElement
Valeur de propriété
UIElement considéré comme le conteneur de la manipulation.