VsTeXProject.TeXProjectNode.GetPriorityProjectDesignerPages C# (CSharp) 메소드

GetPriorityProjectDesignerPages() 보호된 메소드

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