Options to narrow down search
-
sexta-feira, 9 de dezembro de 2011 04:00
Whether it is online MSDN library or local MSDN help, it returns all results which contains your word to search.
However, VS 2010 supports multiple languages and there are documents belongs to each languages.
For example, some API belongs to Win32 and MFC at the same time ( due to same function name ).
"Data type" documents exist for C#, C++, .NET, Win32 etc.I have used MSDN for about 20 years, and I always wondered why there was no "option" to narrow down your search critieria like "Win32", "MFC", or nowadays "C#", ".NET" etc.
I'm not sure if MS has any plan to enhance MSDN search ( again either online or local ), but it would be great if they have.- Movido Paul Zhou segunda-feira, 12 de dezembro de 2011 07:26 (From:.NET Base Class Library)
Todas as Respostas
-
sexta-feira, 9 de dezembro de 2011 05:54
I suggest you to post this question in "Suggestions and Feedback for the Forums".
http://social.msdn.microsoft.com/Forums/en-US/suggest/threads
Please mark this post as answer if it solved your problem. Happy Programming! -
segunda-feira, 12 de dezembro de 2011 15:17
Whether it is online MSDN library or local MSDN help, it returns all results which contains your word to search.
Locally there is. If necessary create and use a custom filter. Which version of Document Explorer are you using? Apart from learning how to use the query syntax effectively (Tip: think Boolean), the main problem you might have using it would be how reliably the pages you were searching through had been tagged (Hint: you find that out by inspecting document source and by using trial searches and counts.)FWIW I haven't done much local searching lately because I have found online searching is just about good enough--and because I am no longer on dialup. ; )
FYI
Robert Aldwinckle
---- Sugerido como Resposta Naomi NMicrosoft Community Contributor, Moderator terça-feira, 3 de janeiro de 2012 05:26