visual studio item template - find out current folder
When you right click on a folder and 'add a new item开发者_StackOverflow
', is there a way to find out the current folder? I'm trying to display a default name for my custom item template in the add new item dialog box.
Want this to be dynamic based on the current folder.
I'm currently using the DefaultName
property which gives me a static default name.
精彩评论