다음을 통해 공유


WebTestResultComment.Comment 속성

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

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

구문

‘선언
Public Property Comment As String
public string Comment { get; internal set; }
public:
property String^ Comment {
    String^ get ();
    internal: void set (String^ value);
}
member Comment : string with get, internal set
function get Comment () : String 
internal function set Comment (value : String)

속성 값

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

.NET Framework 보안

참고 항목

참조

WebTestResultComment 클래스

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