visual studio - Is there a way to exclude unnecessary classes from a keyword search in MSDN? -


when using "keyword search" in offline msdn came vs2008, there way exclude unnecessary classes / namespaces know beforehand out of scope of search? search "filter" seems way broad purpose.

to specific, when search class, "listview", not want system.web.ui class show first suggestion because first 1 alphabetically, , instead see system.windows.forms.listview document comes up. guess live going search result , browse through find intended class, or maybe typing class names full namespace... make life easier if either temporary or permanently (i know won't touch asp.net while) remove unnecessary classes search index.

tia

after trying several options found out manually taking .hxs files associated unneeded namespaces out of msdn directory (in case, c:\program files\msdn\msdn9.0\1041) seems trick. msdn document explorer recreates index on next launch after content of directory modified. in case need documentation again, can restore moving files original folder.

the files moved take out system.web.ui documentations were:

fxref_system.web.ui.adapters.hxs fxref_system.web.ui.desi_obilecontrols.converters.hxs fxref_system.web.ui.design.hxs fxref_system.web.ui.design.mobilecontrols.hxs fxref_system.web.ui.design.webcontrols.hxs fxref_system.web.ui.design.webcontrols.webparts.hxs fxref_system.web.ui.htmlcontrols.hxs fxref_system.web.ui.hxs fxref_system.web.ui.mobi_s.adapters.xhtmladapters.hxs fxref_system.web.ui.mobilecontrols.adapters.hxs fxref_system.web.ui.mobilecontrols.hxs fxref_system.web.ui.webcontrols.adapters.hxs fxref_system.web.ui.webcontrols.hxs fxref_system.web.ui.webcontrols.webparts.hxs 

was pretty surprised when saw kind of primitive , forcible method effective...


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -