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.
example: wpf project in solution
here looking system.diagnostics
classes
to view class in object browser, right click , choose, "browse definition".
Comments
Post a Comment