Microsoft.VisualStudio.Project.ProjectFactory.CanCreateProjectAsynchronously C# (CSharp) 메소드

CanCreateProjectAsynchronously() 공개 메소드

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