UITest.Saving 事件

 

在框架开始保存此 UI 测试时发生。

命名空间:   Microsoft.VisualStudio.TestTools.UITest.Common
程序集:  Microsoft.VisualStudio.TestTools.UITest.Common(Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)

语法

public static event EventHandler<UITestEventArgs> Saving
public:
event EventHandler<UITestEventArgs^>^ Saving {
    static void add(EventHandler<UITestEventArgs^>^ value);
    static void remove(EventHandler<UITestEventArgs^>^ value);
}
static member Saving : IEvent<EventHandler<UITestEventArgs>,
    UITestEventArgs>
Public Shared Event Saving As EventHandler(Of UITestEventArgs)

请参阅

UITestEventArgs
UITest 类
Microsoft.VisualStudio.TestTools.UITest.Common 命名空间

返回页首