Manipulation.GetManipulationContainer(UIElement) 方法

定義

取得容器,這個容器會定義操作的座標。

public:
 static System::Windows::IInputElement ^ GetManipulationContainer(System::Windows::UIElement ^ element);
public static System.Windows.IInputElement GetManipulationContainer (System.Windows.UIElement element);
static member GetManipulationContainer : System.Windows.UIElement -> System.Windows.IInputElement
Public Shared Function GetManipulationContainer (element As UIElement) As IInputElement

參數

element
UIElement

具有作用中操作的項目。

傳回

用於定義座標空間的容器。

適用於