Manipulation.IsManipulationActive(UIElement) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,表示某個處理是否與指定的元素相關聯。
public:
static bool IsManipulationActive(System::Windows::UIElement ^ element);
public static bool IsManipulationActive (System.Windows.UIElement element);
static member IsManipulationActive : System.Windows.UIElement -> bool
Public Shared Function IsManipulationActive (element As UIElement) As Boolean
參數
- element
- UIElement
要檢查的項目。
傳回
如果操作與指定的項目相關聯則為 true
,否則為 false
。