UIObject.ControlType 属性

获取或设置此对象的控件类型。

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

语法

声明
Public Property ControlType As String
public string ControlType { get; set; }
public:
property String^ ControlType {
    String^ get ();
    void set (String^ value);
}
member ControlType : string with get, set
function get ControlType () : String
function set ControlType (value : String)

属性值

类型:System.String
控件类型。

.NET Framework 安全性

请参见

参考

UIObject 类

Microsoft.VisualStudio.TestTools.UITest.Common.UIMap 命名空间