Debugger4.SymbolCachePath Propriété

Définition

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

public:
 property System::String ^ SymbolCachePath { System::String ^ get(); };
public:
 property Platform::String ^ SymbolCachePath { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(2104)]
public string SymbolCachePath { [System.Runtime.InteropServices.DispId(2104)] get; }
[<System.Runtime.InteropServices.DispId(2104)>]
[<get: System.Runtime.InteropServices.DispId(2104)>]
member this.SymbolCachePath : string
Public ReadOnly Property SymbolCachePath As String

Valeur de propriété

String

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

Implémente

Attributs

Remarques

Consultez SymbolCachePath.

S’applique à