ItemAutomationPeer.IsControlElementCore 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,這個值表示與這個 UIElement 相關聯的 ItemAutomationPeer 是否會由使用者辨識為互動式。
protected:
override bool IsControlElementCore();
protected override bool IsControlElementCore ();
override this.IsControlElementCore : unit -> bool
Protected Overrides Function IsControlElementCore () As Boolean
傳回
如果項目是控制項則為 true
,否則為 false
。
備註
UIElement會對應至集合中的資料 Items 項。 使用者可能會瞭解 UIElement 在 GUI 中參與控制項的邏輯結構。 這個方法是由 IsControlElement 所呼叫。