Aracılığıyla paylaş


UITestControlFactory.FromNativeElement Yöntem

Yeni bir fonksiyonu UITestControl belirtilen yerel öğe bilgileri.

Ad alanı:  Microsoft.VisualStudio.TestTools.UITesting
Derleme:  Microsoft.VisualStudio.TestTools.UITesting (Microsoft.VisualStudio.TestTools.UITesting.dll içinde)

Sözdizimi

'Bildirim
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

Parametreler

Dönüş Değeri

Tür: Microsoft.VisualStudio.TestTools.UITesting.UITestControl
Yeni bir UITestControl belirtilen yerel öğe bilgileri.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

UITestControlFactory Sınıf

Microsoft.VisualStudio.TestTools.UITesting Ad Alanı