共用方式為


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 命名空間