แก้ไข

แชร์ผ่าน


Frame.OnCreateAutomationPeer Method

Definition

Creates and returns a NavigationWindowAutomationPeer object for this Frame.

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

Returns

A NavigationWindowAutomationPeer object for this Frame.

Remarks

This method overrides ContentElement.OnCreateAutomationPeer.

Applies to