IVsWorkingFolders.GetMigrationFolder(UInt32, UInt32, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void GetMigrationFolder(System::UInt32 location, [Runtime::InteropServices::Out] System::UInt32 % pdwOldMajorVersion, [Runtime::InteropServices::Out] System::String ^ % pszOldLocation);
public void GetMigrationFolder (uint location, out uint pdwOldMajorVersion, out string pszOldLocation);
abstract member GetMigrationFolder : uint32 * uint32 * string -> unit
Public Sub GetMigrationFolder (location As UInteger, ByRef pdwOldMajorVersion As UInteger, ByRef pszOldLocation As String)
Parameters
- location
- UInt32
- pdwOldMajorVersion
- UInt32
- pszOldLocation
- String