Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Loads the symbols (.pdb file) for this module.
Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
Public Function LoadSymbols ( _
    symbolSearchPath As String _
) As Integer
public int LoadSymbols(
    string symbolSearchPath
)
public:
int LoadSymbols(
    String^ symbolSearchPath
)
member LoadSymbols : 
        symbolSearchPath:string -> int 
public function LoadSymbols(
    symbolSearchPath : String
) : int
Parameters
- symbolSearchPath
 Type: System.String
Return Value
Type: System.Int32
A success or error code that describes the result of loading symbols for this module. If symbols are successfully loaded, zero is returned. If symbols are not successfully loaded, an error code, described in dia2.h, is returned.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.