UIElement3DAutomationPeer.FromElement(UIElement3D) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Zwraca wartość UIElement3DAutomationPeer dla określonego UIElement3Delementu .
public:
static System::Windows::Automation::Peers::AutomationPeer ^ FromElement(System::Windows::UIElement3D ^ element);
public static System.Windows.Automation.Peers.AutomationPeer FromElement (System.Windows.UIElement3D element);
static member FromElement : System.Windows.UIElement3D -> System.Windows.Automation.Peers.AutomationPeer
Public Shared Function FromElement (element As UIElement3D) As AutomationPeer
Parametry
- element
- UIElement3D
Element UIElement3D skojarzony z tym UIElement3DAutomationPeerelementem .
Zwraca
, UIElement3DAutomationPeerlub , jeśli UIElement3DAutomationPeer element nie został utworzony przez metodę CreatePeerForElement(UIElement3D)null
.
Uwagi
UIElement3DAutomationPeerjest wprowadzana w .NET Framework w wersji 3.5. Aby uzyskać więcej informacji, zobacz Wersje i zależności.