Debugger3::SymbolCachePath Property

 

Gets a string that contains the path to the symbols cache used by Visual Studio when you download symbols from a symbols server. You can specify the symbols cache path in the Options dialog box. For more information, see .cf3a450d-06b0-4054-a094-a0afb9652fbc

Namespace:   EnvDTE90
Assembly:  EnvDTE90 (in EnvDTE90.dll)

property String^ SymbolCachePath {
	String^ get();
}

Property Value

Type: System::String^

A string that contains the path to the symbols cache.

Return to top
Show: