IVsAsynchronousProjectCreate::CanCreateProjectAsynchronously Method (Guid, String^, UInt32)
Visual Studio 2015
Indicates if the project can be created asynchronously.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
bool CanCreateProjectAsynchronously( [InAttribute] Guid% rguidProjectID, String^ filename, unsigned int flags )
Parameters
- rguidProjectID
-
Type:
System::Guid
[in] GUID of the project in the solution file (same as what will be returned by GetGuidOfProject).
- filename
-
Type:
System::String^
[in] Filename of the project.
- flags
-
Type:
System::UInt32
[in] Creation flags. Not used.
Show: