Share via


Manipulation.RemoveManipulator(UIElement, IManipulator) メソッド

定義

指定された IManipulator オブジェクトと要素との間の関連付けを削除します。

public:
 static void RemoveManipulator(System::Windows::UIElement ^ element, System::Windows::Input::IManipulator ^ manipulator);
public static void RemoveManipulator (System.Windows.UIElement element, System.Windows.Input.IManipulator manipulator);
static member RemoveManipulator : System.Windows.UIElement * System.Windows.Input.IManipulator -> unit
Public Shared Sub RemoveManipulator (element As UIElement, manipulator As IManipulator)

パラメーター

element
UIElement

関連付けられたマニピュレーターを削除する要素。

manipulator
IManipulator

入力の位置を提供するオブジェクト。

適用対象