共用方式為


UITechnologyElement.ControlTypeName 屬性

取得這個項目的萬用控制項類型。

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

語法

'宣告
Public MustOverride ReadOnly Property ControlTypeName As String
public abstract string ControlTypeName { get; }
public:
virtual property String^ ControlTypeName {
    String^ get () abstract;
}
abstract ControlTypeName : string with get
abstract function get ControlTypeName () : String

屬性值

型別:System.String

實作

IUITechnologyElement.ControlTypeName

備註

技術無從驗證這個值,也就是說按鈕是每項技術中的按鈕,文字方塊也是,依此類推。

.NET Framework 安全性

請參閱

參考

UITechnologyElement 類別

Microsoft.VisualStudio.TestTools.UITest.Extension 命名空間