Debugger4.SymbolCachePath 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个字符串,该字符串包含当从符号服务器下载符号时由 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
属性值
一个包含符号缓存路径的字符串。
实现
- 属性
注解
请参阅 SymbolCachePath。