I am able to get to the file name by DTE.project.projectitems.item(x).Name
but when I try to set it DTE.project.projectitems.item(x).Name = "new name ", I get a Rename failed exception, is other proper way to do this ?
I am able to get to the file name by DTE.project.projectitems.item(x).Name
but when I try to set it DTE.project.projectitems.item(x).Name = "new name ", I get a Rename failed exception, is other proper way to do this ?