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