IVsAsynchronousProjectCreate.CanCreateProjectAsynchronously Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.