Partager via


Debugger4.SymbolPath, propriété

Obtient une chaîne qui contient les chemins d'accès aux fichiers de symboles .PDB utilisés par Visual Studio pour effectuer un débogage. L'utilisateur de Visual Studio peut spécifier des chemins d'accès aux symboles dans la boîte de dialogue Options. Pour plus d'informations, consultez Comment : spécifier un comportement de chargement et des emplacements de symboles.

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

Syntaxe

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

Valeur de propriété

Type : System.String
Chaîne qui contient une liste de chemins d'accès aux fichiers de symboles .PDB délimitée par des points-virgules.

Implémentations

Debugger3.SymbolPath

Notes

Consultez SymbolPath.

Sécurité .NET Framework

Voir aussi

Référence

Debugger4 Interface

SymbolPath, surcharge

EnvDTE90a, espace de noms