VsTeXProject.TeXProjectNode.GetConfigurationIndependentPropertyPages C# (CSharp) Méthode

GetConfigurationIndependentPropertyPages() protected méthode

Generate new Guid value and update it with GeneralPropertyPage GUID.
protected GetConfigurationIndependentPropertyPages ( ) : System.Guid[]
Résultat System.Guid[]
        protected override Guid[] GetConfigurationIndependentPropertyPages()
        {
            Guid[] result = new Guid[1];
            result[0] = typeof(GeneralPropertyPage).GUID;
            return result;
        }