Debugger5.SymbolPath 属性

定义

获取一个字符串,该字符串包含由 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

属性值

String

一个字符串,该字符串包含 .PDB 符号文件路径的以分号分隔的列表。

实现

属性

适用于