Debugger5.SymbolPathState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Implements
- Attributes