Partager via


ManipulationCompletedRoutedEventArgs.Container Propriété

Définition

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 = manipulationCompletedRoutedEventArgs.container;
Public ReadOnly Property Container As UIElement

Valeur de propriété

UIElement considéré comme le conteneur de la manipulation.

S’applique à