UIElementAutomationPeer.CreatePeerForElement(UIElement) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
為指定的 UIElement 建立 UIElementAutomationPeer。
public:
static System::Windows::Automation::Peers::AutomationPeer ^ CreatePeerForElement(System::Windows::UIElement ^ element);
public static System.Windows.Automation.Peers.AutomationPeer CreatePeerForElement (System.Windows.UIElement element);
static member CreatePeerForElement : System.Windows.UIElement -> System.Windows.Automation.Peers.AutomationPeer
Public Shared Function CreatePeerForElement (element As UIElement) As AutomationPeer
參數
- element
- UIElement
與這個 UIElementAutomationPeer 關聯的 UIElement。
傳回
為指定的 UIElementAutomationPeer 建立的 UIElement。
備註
這會 UIElementAutomationPeer 保留在記憶體中,直到相關聯的 UIElement 終結為止。
的相同實例 UIElementAutomationPeer 會從這個方法的後續呼叫傳回,並呼叫 FromElement 。 對等的類型是由 OnCreateAutomationPeer 虛擬回呼所決定。 如果未 UIElement 實作回呼,則不會建立 , UIElementAutomationPeer 而且這個方法會傳 null
回 。