Share via


IVsAsynchronousProjectCreate.CanCreateProjectAsynchronously Method

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)

Syntax

'Declaration
Function CanCreateProjectAsynchronously ( _
    ByRef rguidProjectID As Guid, _
    filename As String, _
    flags As UInteger _
) As Boolean
bool CanCreateProjectAsynchronously(
    ref Guid rguidProjectID,
    string filename,
    uint flags
)
bool CanCreateProjectAsynchronously(
    [InAttribute] Guid% rguidProjectID, 
    [InAttribute] String^ filename, 
    [InAttribute] unsigned int flags
)
abstract CanCreateProjectAsynchronously : 
        rguidProjectID:Guid byref * 
        filename:string * 
        flags:uint32 -> bool
function CanCreateProjectAsynchronously(
    rguidProjectID : Guid, 
    filename : String, 
    flags : uint
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the project can be created asynchronously.

.NET Framework Security

See Also

Reference

IVsAsynchronousProjectCreate Interface

Microsoft.VisualStudio.Shell.Interop Namespace