G
Guest
Friends,
I have one problem with opening project/solution and it's members using
EnvDTE.
I have a project. Which I want to open in memory and want to check out any
types/members declared with IsEditable attribute. IsEditable is my custom
attribute.
It can be declared at class level, method or property level.
EnvDTE namespace allows to load project. But I am not able to check whether
there is any member with this attribute or not.
Whereas, System.CodeDom allows to check attribute of members (that's what I
think) but, I am not able to load entire project or solution using this
namespace.
Do you have any idea, how can i do that?
Please help...
Thanks in advance,
pratik
I have one problem with opening project/solution and it's members using
EnvDTE.
I have a project. Which I want to open in memory and want to check out any
types/members declared with IsEditable attribute. IsEditable is my custom
attribute.
It can be declared at class level, method or property level.
EnvDTE namespace allows to load project. But I am not able to check whether
there is any member with this attribute or not.
Whereas, System.CodeDom allows to check attribute of members (that's what I
think) but, I am not able to load entire project or solution using this
namespace.
Do you have any idea, how can i do that?
Please help...
Thanks in advance,
pratik