Partager via


Debugger3.SymbolCachePath, propriété

Obtient une chaîne qui contient le chemin d'accès au cache de symboles utilisé par Visual Studio lorsque vous téléchargez des symboles à partir d'un serveur de symboles. Vous pouvez spécifier le chemin d'accès au cache de symboles dans la boîte de dialogue Options. Pour plus d'informations, consultez [OBSOLÈTE] Comment : utiliser un serveur de symboles.

Espace de noms :  EnvDTE90
Assembly :  EnvDTE90 (dans EnvDTE90.dll)

Syntaxe

'Déclaration
ReadOnly Property SymbolCachePath As String
string SymbolCachePath { get; }
property String^ SymbolCachePath {
    String^ get ();
}
abstract SymbolCachePath : string with get
function get SymbolCachePath () : String

Valeur de propriété

Type : String
Chaîne qui contient le chemin d'accès au cache de symboles.

Notes

Consultez SetSymbolSettings.

Sécurité .NET Framework

Voir aussi

Référence

Debugger3 Interface

EnvDTE90, espace de noms