Import Statement

  • Thread starter Thread starter amitnicks
  • Start date Start date
A

amitnicks

I just want to use Help.showHelp, but I didn't know which import
statement to use.
So is there a way to programitally identitify which namespace to
import.
 
I just want to use Help.showHelp, but I didn't know which import
statement to use.
So is there a way to programitally identitify which namespace to
import.

How do you know that there is a Help class?

If you search "Help.ShowHelp" it gets you the MSDN page which gets you to
the Help class page which tells you the namespace.
 
Back
Top