OpenWorkspaceFileOptions
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
OpenWorkspaceFileOptions
These constants represent the options you can use with the options parameter of the Engine.OpenWorkspaceFile method. Use the bitwise-OR operator to specify more than one option.
- OpenWorkspaceFile_IgnoreMissingFiles –(Value: 0x1) Specifies that the method does not prompt the user if any of the files in the workspace are not found on disk.
- OpenWorkspaceFile_NoOptions –(Value: 0x0) No options.
- OpenWorkspaceFile_SearchCurrentDirectory –(Value: 2) Instructs TestStand to use the directory where the workspace file resides to resolve the paths of the files in the workspace when loaded.
- OpenWorkspaceFile_UseSearchDirectories –(Value: 4) Instructs TestStand to use the TestStand search to resolve the paths of the files in the workspace when loaded.