Debugger5.SymbolPathState 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个字符串,该字符串由 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
属性值
一个字符串,该字符串包含针对每个符号路径的一个字符。 如果启用符号路径,则该字符具有的值为“1”。 如果未启用符号路径,则该字符可具有任何其他值。
实现
- 属性