다음을 통해 공유


Comment.CommentText 속성

주석의 텍스트를 가져오거나 설정합니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.WebTesting
어셈블리:  Microsoft.VisualStudio.QualityTools.WebTestFramework(Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

구문

‘선언
Public Property CommentText As String
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)

속성 값

형식: String
주석의 텍스트입니다.

.NET Framework 보안

참고 항목

참조

Comment 클래스

Microsoft.VisualStudio.TestTools.WebTesting 네임스페이스