Manipulation.CompleteManipulation(UIElement) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した要素に対するアクティブな操作を完了します。 呼び出されると、操作入力は追跡されなくなり、指定された要素の慣性が停止します。
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 イベントが発生します。