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

要取得其操作模式的項目。

傳回

其中一個列舉值。

適用於