How to search for specific classes in Microsoft Visual Studio Help viewer -


i came xcode world, there no problem in searching specific class in specific section of documentation. however, can't find way find classes in documentation in viewer.

for example, search list class. when type "list" in search field, see many unrelated information on tabs (index, search, contents).

help view list

as can see, there's links list constructor, not link list classes.

is there option (or search argument) find specific classes in viewer ?

personally don't use offline anymore, searching list class or hitting f1 right editor on type brings directly right page:

public list<string> list = new list<string>();                   l hit f1 here 

if you're looking class adding "class" or in case of interface searching "interface" next keyword trick. if looking classes inherit from, it's best search common parent, on page you'll find overview of classes inherit class in base class library.


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -