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
。