Share via


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

アクティブな操作が存在する要素。

戻り値

座標空間を定義するコンテナー。

適用対象