다음을 통해 공유


UIElement3DAutomationPeer.FromElement(UIElement3D) 메서드

정의

지정된 UIElement3DAutomationPeer에 대한 UIElement3D을 반환합니다.

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

매개 변수

element
UIElement3D

UIElement3DAutomationPeer와 연결된 UIElement3D입니다.

반환

AutomationPeer

UIElement3DAutomationPeer이거나, UIElement3DAutomationPeer 메서드에서 CreatePeerForElement(UIElement3D)를 만들지 않았으면 null입니다.

설명

UIElement3DAutomationPeer .NET Framework 버전 3.5에서에서 도입 되었습니다. 자세한 내용은 버전 및 종속성을 참조하세요.

적용 대상