UITestControlFactory.FromNativeElement 方法

命名空间:  Microsoft.VisualStudio.TestTools.UITesting
程序集:   Microsoft.VisualStudio.TestTools.WindowsStore.UITesting(在 Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll 中)
  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

参数

  • nativeElement
    类型:Object
  • technologyName
    类型:String

返回值

类型:Microsoft.VisualStudio.TestTools.UITesting.UITestControl

.NET Framework 安全性

请参阅

参考

UITestControlFactory 类

Microsoft.VisualStudio.TestTools.UITesting 命名空间