Comment.CommentText 属性

获取或设置注释文本。

命名空间:  Microsoft.VisualStudio.TestTools.WebTesting
程序集:  Microsoft.VisualStudio.QualityTools.WebTestFramework(在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

语法

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

属性值

类型:System.String
注释文本。

.NET Framework 安全性

请参见

参考

Comment 类

Microsoft.VisualStudio.TestTools.WebTesting 命名空间