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

適用於