Boo.BooLangProject.BooProjectNode.GetConfigurationIndependentPropertyPages C# (CSharp) Method

GetConfigurationIndependentPropertyPages() protected method

Overriding to provide project general property page
protected GetConfigurationIndependentPropertyPages ( ) : System.Guid[]
return System.Guid[]
        protected override Guid[] GetConfigurationIndependentPropertyPages()
        {
            Guid[] result = new Guid[1];
              result[0] = typeof(GeneralPropertyPage).GUID;
              return result;
        }