UIElementAutomationPeer.FromElement(UIElement) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得所指定之 UIElementAutomationPeer 的 UIElement。
public:
static System::Windows::Automation::Peers::AutomationPeer ^ FromElement(System::Windows::UIElement ^ element);
public static System.Windows.Automation.Peers.AutomationPeer FromElement (System.Windows.UIElement element);
static member FromElement : System.Windows.UIElement -> System.Windows.Automation.Peers.AutomationPeer
Public Shared Function FromElement (element As UIElement) As AutomationPeer
參數
- element
- UIElement
與這個 UIElementAutomationPeer 關聯的 UIElement。
傳回
UIElementAutomationPeer,如果 UIElementAutomationPeer 方法未建立 CreatePeerForElement(UIElement),則為 null
。