Share via


Manipulation.GetManipulationMode(UIElement) メソッド

定義

指定された要素の ManipulationModes を取得します。

public:
 static System::Windows::Input::ManipulationModes GetManipulationMode(System::Windows::UIElement ^ element);
public static System.Windows.Input.ManipulationModes GetManipulationMode (System.Windows.UIElement element);
static member GetManipulationMode : System.Windows.UIElement -> System.Windows.Input.ManipulationModes
Public Shared Function GetManipulationMode (element As UIElement) As ManipulationModes

パラメーター

element
UIElement

操作モードを取得する要素。

戻り値

列挙値の 1 つ。

適用対象