Boo.BooLangProject.BooProjectNode.GetConfigurationIndependentPropertyPages C# (CSharp) Метод

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

Overriding to provide project general property page
protected GetConfigurationIndependentPropertyPages ( ) : System.Guid[]
Результат System.Guid[]
        protected override Guid[] GetConfigurationIndependentPropertyPages()
        {
            Guid[] result = new Guid[1];
              result[0] = typeof(GeneralPropertyPage).GUID;
              return result;
        }