Module::LoadSymbols Method (String^)
Visual Studio 2015
Loads the symbols from the specified symbols file. This is equivalent to clicking the Load Symbols command on the context menu of the Modules window.
Assembly: EnvDTE90 (in EnvDTE90.dll)
Parameters
- SymbolPath
-
Type:
System::String^
A string representing the path to the symbols file for the module.
If symbols for this module are visible on the search path, the SymbolPath parameter is ignored. If symbols are not visible, this method attempts to load them via the SymbolPath parameter.
If symbols are not available on the symbol path or from the SymbolPath parameter, then this method will either prompt you (if SuppressUI is false) or fail with E_FAIL and the message, "Symbols for module could not be loaded."
Show: