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 イベントが発生します。

適用対象