Microsoft.VisualStudio.Project.ProjectFactory.CanCreateProjectAsynchronously C# (CSharp) Method

CanCreateProjectAsynchronously() public method

public CanCreateProjectAsynchronously ( System.Guid &rguidProjectID, string filename, uint flags ) : bool
rguidProjectID System.Guid
filename string
flags uint
return bool
        public virtual bool CanCreateProjectAsynchronously(ref Guid rguidProjectID, string filename, uint flags)
        {
            return true;
        }