Microsoft.VisualStudio.Project.ProjectFactory.ProjectFactory C# (CSharp) Метод

ProjectFactory() защищенный Метод

protected ProjectFactory ( Microsoft package ) : System
package Microsoft
Результат System
        protected ProjectFactory(Microsoft.VisualStudio.Shell.Package package)
        {
            this.package = package;
            this.site = package;

            // Please be aware that this methods needs that ServiceProvider is valid, thus the ordering of calls in the ctor matters.
            this.buildEngine = Utilities.InitializeMsBuildEngine(this.buildEngine, this.site);
        }