共用方式為


UITestActionLogEntry.ControlType 屬性

命名空間:  Microsoft.VisualStudio.TestTools.UITest.Extension
組件:  Microsoft.VisualStudio.TestTools.UITest.Extension (在 Microsoft.VisualStudio.TestTools.UITest.Extension.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
傳回 String

.NET Framework 安全性

請參閱

參考

UITestActionLogEntry 類別

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