Sdílet prostřednictvím


Comment – konstruktor (String)

Inicializuje novou instanci Comment třídy pomocí zadaného řetězce.

Obor názvů:  Microsoft.VisualStudio.TestTools.WebTesting
Sestavení:  Microsoft.VisualStudio.QualityTools.WebTestFramework (v Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

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

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

Comment Třída

Comment – přetížení

Microsoft.VisualStudio.TestTools.WebTesting – obor názvů