Debugger5.SymbolPath 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个字符串,该字符串包含由 Visual Studio 用于调试的 .PDB 符号文件的路径。 Visual Studio 用户可以在 " 选项 " 对话框中指定符号路径。 有关详细信息,请参阅 如何:指定符号路径。
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
属性值
一个字符串,该字符串包含 .PDB 符号文件路径的以分号分隔的列表。
实现
- 属性