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