次の方法で共有


The Object Browser: Members Pane

Keyboard:  CTRL + ALT + J
Menu:  View -> Object Browser
Command:  View.ObjectBrowser
Versions:  2008,2010
Published:  9/1/2010
Code:  vstipTool0083

 

Each object can contain such members as properties, methods, events, constants, variables, and enum values. Selecting an object in the Objects Pane (left) displays its members in the Members Pane (right):

image

 

 

While in the Members Pane there are several things you can do.  Many of these activities are duplicates of actions you can take in other areas of the Object Browser so I will reference those areas to avoid duplication:

image

 

Go To Definition, Find All References, and Copy-these are the same as in the Objects Pane (vstipTool0082 - https://blogs.msdn.com/b/zainnab/archive/2010/08/31/the-object-browser-objects-pane-vstiptool0082.aspx).

 

 

View Call Hierarchy-is unique to the Members Pane and opens up the Call Hierarchy window (vstipTool0005 - https://blogs.msdn.com/b/zainnab/archive/2010/01/19/using-the-call-hierarchy-c-only-vstiptool0005.aspx).

 

 

Show * -these options act the same as the ones seen in the Object Browser settings (vstipTool0080 - https://blogs.msdn.com/b/zainnab/archive/2010/08/29/the-object-browser-settings-vstiptool0080.aspx).

 

Sort * -these options as the same as the ones in the Objects Pane (vstipTool0082 - https://blogs.msdn.com/b/zainnab/archive/2010/08/31/the-object-browser-objects-pane-vstiptool0082.aspx).

 

 

Group by Member Type-this is similar to the same option in the Objects Pane but different enough to warrant a quick look.  When you use this option members are grouped into their respective types:

image