Debugger3.SymbolPathState Property

Definition

Gets a string that represents the state of all symbol paths for the .PDB symbol files that are used by Visual Studio for debugging.

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

Property Value

A string that contains one character for each symbol path. If the symbol path is enabled, the character has a value of "1". If the symbol path not enabled, the character can have any other value.

Attributes

Applies to