visual studio 2012 - In VS2012 how do I filter the Object Browser to display objects in my Project? -


in vs2012 how filter object browser display objects accessible project?

as far can make out ui can configured show either

1) installed on machine. 2) manually selected subset of installed on machine. 3) referenced entire solution.

so useful view of all, namely view of referenced current project?

the msdn states can use view can referenced project

http://msdn.microsoft.com/en-us/library/vstudio/exy1facf%28v=vs.100%29.aspx

"the object browser lets select , examine namespaces, classes, methods, , other programming symbols available use in project."

but can't see how it.

you can use class view (ctrl + shift + c) see references available per project.

look in projects references section of each project in class view.

example: class library in solution

here, looking @ system.collections classes.

enter image description here

example: wpf project in solution

here looking system.diagnostics classes

enter image description here

to view class in object browser, right click , choose, "browse definition".

enter image description here


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -