Browse Source Windows: Filtering Browse Information for Classes (Windows CE 5.0)
You can use filters to limit the display of information about member functions and data members.
Filters Available for Browsing Classes
The following table shows the available filters for browsing classes.
Filter | Displays |
---|---|
All | All member functions |
Virtual | Virtual member functions only |
Static | Static member functions only |
Non-Virtual | Non-virtual member functions only |
Non-Static | Non-static member functions only |
Non-Virtual Non-Static | Non-virtual, non-static member functions only |
None | No member functions |
Filters Available for Browsing Data Members
The following table shows the filters available for browsing data members.
Filter | Displays |
---|---|
All | All member data |
Static | Static member data only |
Non-Static | Non-static member data only |
None | No member data |
The graphic symbols displayed in the drop-down list boxes for function and data filters identify corresponding entries in the top right pane of the browse window.
See Also
Send Feedback on this topic to the authors