Proprietà UITestAction.ActionLogEntry
Ottiene o imposta la voce di log azioni per l'azione.
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 ActionLogEntry As UITestActionLogEntry
public UITestActionLogEntry ActionLogEntry { get; set; }
public:
property UITestActionLogEntry^ ActionLogEntry {
UITestActionLogEntry^ get ();
void set (UITestActionLogEntry^ value);
}
member ActionLogEntry : UITestActionLogEntry with get, set
function get ActionLogEntry () : UITestActionLogEntry
function set ActionLogEntry (value : UITestActionLogEntry)
Valore proprietà
Tipo: Microsoft.VisualStudio.TestTools.UITest.Extension.UITestActionLogEntry
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Common