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

입력 위치를 제공하는 개체입니다.

적용 대상