ContentElementAutomationPeer.FromElement(ContentElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the ContentElementAutomationPeer for the specified ContentElement.
public:
static System::Windows::Automation::Peers::AutomationPeer ^ FromElement(System::Windows::ContentElement ^ element);
public static System.Windows.Automation.Peers.AutomationPeer FromElement (System.Windows.ContentElement element);
static member FromElement : System.Windows.ContentElement -> System.Windows.Automation.Peers.AutomationPeer
Public Shared Function FromElement (element As ContentElement) As AutomationPeer
Parameters
- element
- ContentElement
The ContentElement that is associated with this ContentElementAutomationPeer.
Returns
The ContentElementAutomationPeer for the specified ContentElement, or null
if the ContentElementAutomationPeer has not been created by the CreatePeerForElement(ContentElement) method.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.