UIElement3DAutomationPeer.FromElement(UIElement3D) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回指定 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。
返回
返回 UIElement3DAutomationPeer;如果 UIElement3DAutomationPeer 方法未创建 CreatePeerForElement(UIElement3D),则返回 null
。
注解
UIElement3DAutomationPeer在 .NET Framework 版本 3.5 中引入。 有关详细信息,请参见版本和依赖关系。