Debugger4.SymbolPath Property

Definition

Gets a string that contains paths to .PDB symbol files that are used by Visual Studio for debugging. The Visual Studio user can specify symbols paths in the Options dialog box. For more information, see How to: Specify a Symbol Path.

public:
 property System::String ^ SymbolPath { System::String ^ get(); };
public:
 property Platform::String ^ SymbolPath { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(2102)]
public string SymbolPath { [System.Runtime.InteropServices.DispId(2102)] get; }
[<System.Runtime.InteropServices.DispId(2102)>]
[<get: System.Runtime.InteropServices.DispId(2102)>]
member this.SymbolPath : string
Public ReadOnly Property SymbolPath As String

Property Value

A string that contains a semicolon delimited list of paths to the .PDB symbol files.

Implements

Attributes

Remarks

See SymbolPath.

Applies to