Sdílet prostřednictvím


UITest.Saving – událost

Vyvolá se při spuštění rozhraní uložit tento test uživatelského rozhraní.

Obor názvů:  Microsoft.VisualStudio.TestTools.UITest.Common
Sestavení:  Microsoft.VisualStudio.TestTools.UITest.Common (v Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntaxe

'Deklarace
Public Shared Event Saving As EventHandler(Of UITestEventArgs)
public static event EventHandler<UITestEventArgs> Saving
public:
static   event EventHandler<UITestEventArgs^>^ Saving {
    void add (EventHandler<UITestEventArgs^>^ value);
    void remove (EventHandler<UITestEventArgs^>^ value);
}
member Saving : IEvent<EventHandler<UITestEventArgs>,
    UITestEventArgs>
Jazyk JScript nepodporuje události.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

UITest Třída

Microsoft.VisualStudio.TestTools.UITest.Common – obor názvů

UITestEventArgs