Partilhar via


Propriedade Comment.CommentText

Obtém ou define o texto do comentário.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: String
O texto do comentário.

Segurança do .NET Framework

Consulte também

Referência

Comment Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting