Debugger5.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 :  EnvDTE100
Assembly :  EnvDTE100 (dans EnvDTE100.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.

Sécurité .NET Framework

Voir aussi

Référence

Debugger5 Interface

EnvDTE100, espace de noms