要求されたページは選択されたバージョンでは利用できない。
Save
Syntax
int Save(string location)
Description
Save the current baseline image to a file.
Parameters
location
String value indicating the local /network location to which the exported file will be saved.
Return Value
Return 0 if the image is saved to a file successfully; otherwise return an error code (see Notes).
Notes
- This method is currently supported only by the C# harness.
- Possible errors returned:
Error code Description 0x8001000AL Picture check does not exist. 0x8001000BL Baseline image does not exist. 0x8001000CL Required argument(s) are empty. 0x8001000DL Path of file does not exist. 0x8001000EL Unknown error encountered.