FixedDocument.OnCreateAutomationPeer 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立文件的自動對等。
protected:
override System::Windows::Automation::Peers::AutomationPeer ^ OnCreateAutomationPeer();
protected override System.Windows.Automation.Peers.AutomationPeer OnCreateAutomationPeer ();
override this.OnCreateAutomationPeer : unit -> System.Windows.Automation.Peers.AutomationPeer
Protected Overrides Function OnCreateAutomationPeer () As AutomationPeer
傳回
DocumentAutomationPeer,向 Microsoft UI Automation 公開 FixedDocument。
給繼承者的注意事項
您的衍生版本可以傳回任何 AutomationPeer ,它不一定是 DocumentAutomationPeer 。