EventStore.VSTools.ProjectionsProjectNode.InitializeCATIDs C# (CSharp) 메소드

InitializeCATIDs() 개인적인 메소드

private InitializeCATIDs ( ) : void
리턴 void
        private void InitializeCATIDs()
        {
            //AddCATIDMapping(typeof(GeneralPropertyPage), typeof(GeneralPropertyPage).GUID);
            //AddCATIDMapping(typeof(DeployPropertyPage), typeof(DeployPropertyPage).GUID);

            //AddCATIDMapping(typeof(ProjectionFileNodeProperties), typeof(ProjectionFileNodeProperties).GUID);
            //AddCATIDMapping(typeof(FileNodeProperties), typeof(ProjectionFileNodeProperties).GUID);

            //AddCATIDMapping(typeof(ProjectNodeProperties), typeof(ProjectionsProjectNodeProperties).GUID);
            //AddCATIDMapping(typeof(ProjectionsProjectNodeProperties), typeof(ProjectionsProjectNodeProperties).GUID);
        }