ManipulationCompletedRoutedEventArgs.Container 屬性

定義

取得被視為操作容器的 UIElement

public:
 property UIElement ^ Container { UIElement ^ get(); };
UIElement Container();
public UIElement Container { get; }
var uIElement = manipulationCompletedRoutedEventArgs.container;
Public ReadOnly Property Container As UIElement

屬性值

被視為操作容器的 UIElement

適用於