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
参数
- nativeElement
类型:System.Object
创建新的 UITestControl 所使用的本机元素引用。
- technologyName
类型:System.String
创建新的 UITestControl 时要使用的技术名称。
返回值
类型:Microsoft.VisualStudio.TestTools.UITesting.UITestControl
基于指定的本机元素信息的新 UITestControl。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。