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.
Determines whether or not the project can be created with the supplied parameters.
Namespace: Microsoft.VisualStudio.Shell.Flavor
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Protected Overridable Function CanCreateProject ( _
fileName As String, _
flags As UInteger _
) As Boolean
protected virtual bool CanCreateProject(
string fileName,
uint flags
)
Parameters
- fileName
Type: System.String
The name of the file.
- flags
Type: System.UInt32
Not used.
Return Value
Type: System.Boolean
true if the project file name is valid, otherwise false.
.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.