Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Saves this UI test to a file.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Sub Save ( _
uitestFile As String _
)
public void Save(
string uitestFile
)
public:
void Save(
String^ uitestFile
)
member Save :
uitestFile:string -> unit
public function Save(
uitestFile : String
)
Parameters
uitestFile
Type: StringThe path and file name to save this object to.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.