IVsAsynchronousProjectCreate::CanCreateProjectAsynchronously Method (Guid, String^, UInt32)

 

Indicates if the project can be created asynchronously.

Namespace:   Microsoft.VisualStudio.Shell.Interop
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.

Return Value

Type: System::Boolean

true if the project can be created asynchronously.

Return to top
Show: