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引发 事件。

适用于