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

適用対象