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
rguidProjectID
Type: Guid%[in] GUID of the project in the solution file (same as what will be returned by GetGuidOfProject).
filename
Type: String[in] Filename of the project.
flags
Type: UInt32[in] Creation flags. Not used.
Return Value
Type: Boolean
true if the project can be created asynchronously.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.