Compartir a través de


Debugger5.SymbolCachePath (Propiedad)

Obtiene una cadena que contiene la ruta de acceso a la memoria caché de símbolos que utiliza Visual Studio al descargar símbolos de un servidor de símbolos.Puede especificar la ruta de acceso a la memoria caché de símbolos en el cuadro de diálogo Opciones.Para obtener más información, vea Cómo: Utilizar un servidor de símbolos.

Espacio de nombres:  EnvDTE100
Ensamblado:  EnvDTE100 (en EnvDTE100.dll)

Sintaxis

'Declaración
ReadOnly Property SymbolCachePath As String
string SymbolCachePath { get; }
property String^ SymbolCachePath {
    String^ get ();
}
abstract SymbolCachePath : string
function get SymbolCachePath () : String

Valor de propiedad

Tipo: System.String
Una cadena que contiene la ruta de acceso a la memoria caché de símbolos.

Seguridad de .NET Framework

Vea también

Referencia

Debugger5 Interfaz

SymbolCachePath (Sobrecarga)

EnvDTE100 (Espacio de nombres)