VCWizCtlClass::GenerateNextDefaultProjectName Method (String^, String^)

 

Generates a project name based on the specified base name.

Namespace:   Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

public:
virtual String^ GenerateNextDefaultProjectName(
	String^ bstrBaseName,
	String^ bstrLocation
)

Parameters

bstrBaseName
Type: System::String^

Required. A string containing the base name.

bstrLocation
Type: System::String^

Required. A string containing the location of the project.

Return Value

Type: System::String^

A string containing the new project name and location.

Return to top
Show: