VsTeXProject.VisualStudio.Project.ProjectNode.GetConfigurationDependentPropertyPages C# (CSharp) Метод

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

Returns a list of Guids of the configuration dependent property pages. It is called by the GetProperty for VSHPROPID_CfgPropertyPagesCLSIDList property.
protected GetConfigurationDependentPropertyPages ( ) : Guid[]
Результат Guid[]
        protected virtual Guid[] GetConfigurationDependentPropertyPages()
        {
            return new Guid[0];
        }
ProjectNode