Proprietà Comment.CommentText
Ottiene o imposta il testo del commento.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Sintassi
'Dichiarazione
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)
Valore proprietà
Tipo: String
Testo del commento.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.