Compartir a través de


Comment.CommentText (Propiedad)

Obtiene o establece el texto del comentario.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.WebTesting
Ensamblado:  Microsoft.VisualStudio.QualityTools.WebTestFramework (en Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.String
El texto del comentario.

Seguridad de .NET Framework

Vea también

Referencia

Comment Clase

Microsoft.VisualStudio.TestTools.WebTesting (Espacio de nombres)