Copy (Programmatic Capture)

Applies to: yesVisual Studio noVisual Studio for Mac

Note

This article applies to Visual Studio 2017. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

Copies the contents of the active graphics log (.vsglog) file into a new file.

Syntax

void Copy(
  wchar_t const * szNewVSGLog
);

Parameters

szNewVSGLog The file name of the new graphics log file.

Remarks

To copy the graphics information to a new file, you must already have captured some graphics information; otherwise, nothing happens.