Share via


FlavoredProjectFactoryBase.CanCreateProject Method

Determines whether or not the project can be created with the supplied parameters.

Namespace:  Microsoft.VisualStudio.Shell.Flavor
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

'Declaration
Protected Overridable Function CanCreateProject ( _
    fileName As String, _
    flags As UInteger _
) As Boolean
protected virtual bool CanCreateProject(
    string fileName,
    uint flags
)
protected:
virtual bool CanCreateProject(
    String^ fileName, 
    unsigned int flags
)
abstract CanCreateProject : 
        fileName:string * 
        flags:uint32 -> bool 
override CanCreateProject : 
        fileName:string * 
        flags:uint32 -> bool 
protected function CanCreateProject(
    fileName : String, 
    flags : uint
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the project file name is valid, otherwise false.

.NET Framework Security

See Also

Reference

FlavoredProjectFactoryBase Class

Microsoft.VisualStudio.Shell.Flavor Namespace