Debugger4.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 How to: Use a Symbol Server.

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

Syntax

'Declaration
ReadOnly Property SymbolCachePath As String
    Get
string SymbolCachePath { get; }
property String^ SymbolCachePath {
    String^ get ();
}
abstract SymbolCachePath : string
function get SymbolCachePath () : String

Property Value

Type: System.String
A string that contains the path to the symbols cache.

Implements

Debugger3.SymbolCachePath

Remarks

See SymbolCachePath.

.NET Framework Security

See Also

Reference

Debugger4 Interface

SymbolCachePath Overload

EnvDTE90a Namespace