共用方式為


UITestAction.Comment 屬性

取得或設定這個動作的註解。

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

語法

'宣告
Public Property Comment As String
public string Comment { get; set; }
public:
property String^ Comment {
    String^ get ();
    void set (String^ value);
}
member Comment : string with get, set
function get Comment () : String
function set Comment (value : String)

屬性值

型別:System.String
可以使用錄製器 UI 來設定這個屬性。在錄製期間,使用者動作的詳細資料會顯示在錄製器 UI 中。使用者可以選取這個屬性並加入註解,以更新這個屬性。

備註

設定這個值時,會引發 PropertyChanged 事件。

.NET Framework 安全性

請參閱

參考

UITestAction 類別

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

PropertyChanged