cyuksel Posted April 22, 2003 Posted April 22, 2003 hello divil, i want to ask a new question. i want to get the namespace of the active project item by using DTE. But i can't get, do you know how i can do this? can i get the namespace from the projectitem object or active document? thanks. Quote
*Gurus* Derek Stone Posted April 22, 2003 *Gurus* Posted April 22, 2003 You can return the root namespace with the following: project.Properties("RootNamespace").Value I don't believe individual project items (within the DTE scripting system) have namespace properties however. Quote Posting Guidelines
cyuksel Posted April 23, 2003 Author Posted April 23, 2003 thanks for your reply, it is more helpfull for me. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.