Właściwość UITestAction.ActionLogEntry
Pobiera lub ustawia wpis dziennika akcji dla akcji.
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.UITest.Common
Zestaw: Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Składnia
public UITestActionLogEntry ActionLogEntry {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
set;
}
public:
property UITestActionLogEntry^ ActionLogEntry {
[CompilerGeneratedAttribute]
UITestActionLogEntry^ get();
[CompilerGeneratedAttribute]
void set(UITestActionLogEntry^ value);
}
member ActionLogEntry : UITestActionLogEntry with get, set
Public Property ActionLogEntry As UITestActionLogEntry
Wartość właściwości
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.UITestActionLogEntry
Zobacz też
Klasa UITestAction
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common
Powrót do początku