Freigeben über


Comment-Konstruktor (String)

Initialisiert eine neue Instanz der Comment-Klasse unter Verwendung der angegebenen Zeichenfolge.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
Public Sub New ( _
    commentText As String _
)
public Comment(
    string commentText
)
public:
Comment(
    String^ commentText
)
new : 
        commentText:string -> Comment
public function Comment(
    commentText : String
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

Comment Klasse

Comment-Überladung

Microsoft.VisualStudio.TestTools.WebTesting-Namespace