다음을 통해 공유


Comment 생성자 (String)

지정된 문자열을 사용하여 Comment 클래스의 새 인스턴스를 초기화합니다.

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

구문

‘선언
Public Sub New ( _
    commentText As String _
)
public Comment(
    string commentText
)
public:
Comment(
    String^ commentText
)
new : 
        commentText:string -> Comment
public function Comment(
    commentText : String
)

매개 변수

  • commentText
    형식: String

    주석 텍스트가 포함된 String입니다.

.NET Framework 보안

참고 항목

참조

Comment 클래스

Comment 오버로드

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