Manipulation.CompleteManipulation(UIElement) 메서드

정의

지정된 요소에 대해 활성 조작을 완료합니다. 호출하면 조작 입력이 더 이상 추적되지 않고 지정된 요소에 대한 무활동 상태가 중지됩니다.

public:
 static void CompleteManipulation(System::Windows::UIElement ^ element);
public static void CompleteManipulation (System.Windows.UIElement element);
static member CompleteManipulation : System.Windows.UIElement -> unit
Public Shared Sub CompleteManipulation (element As UIElement)

매개 변수

element
UIElement

조작을 완료할 요소입니다.

설명

경우는 CompleteManipulation 메서드가 호출 되는 ManipulationCompleted 이벤트가 발생 합니다.

적용 대상