UITechnologyElementProxy.ControlTypeName 属性

获取此元素的通用控件类型。

命名空间:  Microsoft.VisualStudio.TestTools.UITesting
程序集:  Microsoft.VisualStudio.TestTools.UITesting(在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)

语法

声明
Public Overrides ReadOnly Property ControlTypeName As String
public override string ControlTypeName { get; }
public:
virtual property String^ ControlTypeName {
    String^ get () override;
}
abstract ControlTypeName : string with get 
override ControlTypeName : string with get
override function get ControlTypeName () : String

属性值

类型:String

实现

IUITechnologyElement.ControlTypeName

.NET Framework 安全性

请参阅

参考

UITechnologyElementProxy 类

Microsoft.VisualStudio.TestTools.UITesting 命名空间