共用方式為


UITestControl.ControlType 屬性

取得 UI 控制項的型別。

命名空間:  Microsoft.VisualStudio.TestTools.UITesting
組件:  Microsoft.VisualStudio.TestTools.UITesting (在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)

語法

'宣告
Public Overridable ReadOnly Property ControlType As ControlType
public virtual ControlType ControlType { get; }
public:
virtual property ControlType^ ControlType {
    ControlType^ get ();
}
abstract ControlType : ControlType with get
override ControlType : ControlType with get
function get ControlType () : ControlType

屬性值

型別:Microsoft.VisualStudio.TestTools.UITesting.ControlType
UI 控制項的型別。

.NET Framework 安全性

請參閱

參考

UITestControl 類別

Microsoft.VisualStudio.TestTools.UITesting 命名空間