Partager via


Comment.CommentText, propriété

Obtient ou définit le texte du commentaire.

Espace de noms :  Microsoft.VisualStudio.TestTools.WebTesting
Assembly :  Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Déclaration
Public Property CommentText As String
    Get
    Set
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)

Valeur de propriété

Type : System.String
Texte du commentaire.

Sécurité .NET Framework

Voir aussi

Référence

Comment Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms