Microsoft.VisualStudio.Project.BuildPropertyPage.BuildPropertyPage C# (CSharp) Method

BuildPropertyPage() public method

public BuildPropertyPage ( ProjectNode projectManager ) : System
projectManager ProjectNode
return System
        public BuildPropertyPage(ProjectNode projectManager)
            : base(projectManager)
        {
            this.Name = SR.GetString(SR.BuildCaption, CultureInfo.CurrentUICulture);
        }