Debugger4.SymbolCachePath 属性

定义

获取一个字符串,该字符串包含当从符号服务器下载符号时由 Visual Studio 使用的符号缓存的路径。 您可以在 " 选项 " 对话框中指定符号缓存路径。 有关详细信息,请参阅 如何:使用符号

public:
 property System::String ^ SymbolCachePath { System::String ^ get(); };
public:
 property Platform::String ^ SymbolCachePath { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(2104)]
public string SymbolCachePath { [System.Runtime.InteropServices.DispId(2104)] get; }
[<System.Runtime.InteropServices.DispId(2104)>]
[<get: System.Runtime.InteropServices.DispId(2104)>]
member this.SymbolCachePath : string
Public ReadOnly Property SymbolCachePath As String

属性值

String

一个包含符号缓存路径的字符串。

实现

属性

注解

请参阅 SymbolCachePath

适用于