IVsUpgradeLogger2::ChangeUpgradeLogPath Method (String^)

 

Changes the absolute path and file name of the upgrade log file after the upgrade logger has been initialized.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

void ChangeUpgradeLogPath(
	String^ lpszNewLogFileName
)

Parameters

lpszNewLogFileName
Type: System::String^

[in] The new absolute path and file name of the upgrade log file.

Return to top
Show: