Condividi tramite


Proprietà UITestAction.Comment

Ottiene o imposta un commento per l'azione corrente.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintassi

'Dichiarazione
Public Property Comment As String
public string Comment { get; set; }
public:
property String^ Comment {
    String^ get ();
    void set (String^ value);
}
member Comment : string with get, set
function get Comment () : String
function set Comment (value : String)

Valore proprietà

Tipo: System.String
Questa proprietà può essere impostata tramite l'interfaccia utente del registratore.Durante la registrazione, nell'interfaccia utente del registratore vengono visualizzati i dettagli delle azioni dell'utente.L'utente può selezionarli e aggiungere un commento, determinando in tal modo l'aggiornamento di questa proprietà.

Note

Genera l'evento PropertyChanged quando il valore viene impostato.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UITestAction Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Common

PropertyChanged