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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.