UITestControlFactory.FromNativeElement 方法

基于指定的本机元素信息返回新的 UITestControl

命名空间:  Microsoft.VisualStudio.TestTools.UITesting
程序集:  Microsoft.VisualStudio.TestTools.UITesting(在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)

语法

声明
Public Shared Function FromNativeElement ( _
    nativeElement As Object, _
    technologyName As String _
) As UITestControl
public static UITestControl FromNativeElement(
    Object nativeElement,
    string technologyName
)
public:
static UITestControl^ FromNativeElement(
    Object^ nativeElement, 
    String^ technologyName
)
static member FromNativeElement : 
        nativeElement:Object * 
        technologyName:string -> UITestControl 
public static function FromNativeElement(
    nativeElement : Object, 
    technologyName : String
) : UITestControl

参数

返回值

类型:Microsoft.VisualStudio.TestTools.UITesting.UITestControl
基于指定的本机元素信息的新 UITestControl

.NET Framework 安全性

请参见

参考

UITestControlFactory 类

Microsoft.VisualStudio.TestTools.UITesting 命名空间