Microsoft.VisualStudio.Project.ProjectNode.GetPriorityProjectDesignerPages C# (CSharp) Method

GetPriorityProjectDesignerPages() protected method

An ordered list of guids of the prefered property pages. See __VSHPROPID.VSHPROPID_PriorityPropertyPagesCLSIDList
protected GetPriorityProjectDesignerPages ( ) : Guid[]
return Guid[]
        protected virtual Guid[] GetPriorityProjectDesignerPages()
        {
            return new Guid[] { Guid.Empty };
        }
ProjectNode