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

GetConfigurationDependentPropertyPages() protected method

provides the guid for configuration dependent settings
protected GetConfigurationDependentPropertyPages ( ) : System.Guid[]
return System.Guid[]
        protected override Guid[] GetConfigurationDependentPropertyPages()
        {
            Guid[] result = new Guid[1];
            result[0] = typeof(BooBuildPropertyPage).GUID;
            return result;
        }