다음을 통해 공유


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 네임스페이스