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

GetConfigurationIndependentPropertyPages() protected method

List of Guids of the config independent property pages. It is called by the GetProperty for VSHPROPID_PropertyPagesCLSIDList property.
protected GetConfigurationIndependentPropertyPages ( ) : Guid[]
return Guid[]
        protected virtual Guid[] GetConfigurationIndependentPropertyPages()
        {
            return new Guid[] { Guid.Empty };
        }
ProjectNode