Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Generates a project name based on the specified base name.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
Function GenerateNextDefaultProjectName ( _
bstrBaseName As String, _
bstrLocation As String _
) As String
string GenerateNextDefaultProjectName(
string bstrBaseName,
string bstrLocation
)
String^ GenerateNextDefaultProjectName(
[InAttribute] String^ bstrBaseName,
[InAttribute] String^ bstrLocation
)
abstract GenerateNextDefaultProjectName :
bstrBaseName:string *
bstrLocation:string -> string
function GenerateNextDefaultProjectName(
bstrBaseName : String,
bstrLocation : String
) : String
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.