Share via


IVsAsynchronousProjectCreate.CanCreateProjectAsynchronously Method

Definition

Indicates if the project can be created asynchronously.

public:
 bool CanCreateProjectAsynchronously(Guid % rguidProjectID, System::String ^ filename, System::UInt32 flags);
public bool CanCreateProjectAsynchronously (ref Guid rguidProjectID, string filename, uint flags);
abstract member CanCreateProjectAsynchronously : Guid * string * uint32 -> bool
Public Function CanCreateProjectAsynchronously (ByRef rguidProjectID As Guid, filename As String, flags As UInteger) As Boolean

Parameters

rguidProjectID
Guid

[in] GUID of the project in the solution file (same as what will be returned by GetGuidOfProject(IVsHierarchy, Guid)).

filename
String

[in] Filename of the project.

flags
UInt32

[in] Creation flags. Not used.

Returns

true if the project can be created asynchronously.

Applies to