Debugger5.SymbolPathState 属性

定义

获取一个字符串,该字符串由 Visual Studio 用于调试的 .PDB 符号文件的所有符号路径的状态。

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

属性值

String

一个字符串,该字符串包含针对每个符号路径的一个字符。 如果启用符号路径,则该字符具有的值为“1”。 如果未启用符号路径,则该字符可具有任何其他值。

实现

属性

适用于