Debugger5.SetSymbolSettings, méthode (String, String, String, Boolean, Boolean)
Définit différents paramètres pour les symboles .PDB utilisés par Visual Studio pour effectuer un débogage et force le rechargement de tous les symboles.
Espace de noms : EnvDTE100
Assembly : EnvDTE100 (dans EnvDTE100.dll)
Syntaxe
'Déclaration
Sub SetSymbolSettings ( _
SymbolPath As String, _
SymbolPathState As String, _
SymbolCachePath As String, _
OnlyLoadSymbolsManually As Boolean, _
LoadSymbolsNow As Boolean _
)
void SetSymbolSettings(
string SymbolPath,
string SymbolPathState,
string SymbolCachePath,
bool OnlyLoadSymbolsManually,
bool LoadSymbolsNow
)
void SetSymbolSettings(
[InAttribute] String^ SymbolPath,
[InAttribute] String^ SymbolPathState,
[InAttribute] String^ SymbolCachePath,
[InAttribute] bool OnlyLoadSymbolsManually,
[InAttribute] bool LoadSymbolsNow
)
abstract SetSymbolSettings :
SymbolPath:string *
SymbolPathState:string *
SymbolCachePath:string *
OnlyLoadSymbolsManually:bool *
LoadSymbolsNow:bool -> unit
function SetSymbolSettings(
SymbolPath : String,
SymbolPathState : String,
SymbolCachePath : String,
OnlyLoadSymbolsManually : boolean,
LoadSymbolsNow : boolean
)
Paramètres
- SymbolPath
Type : System.String
Chemin d'accès à l'emplacement des fichiers de symboles .PDB.
- SymbolPathState
Type : System.String
Chaîne qui contient un caractère pour chaque chemin d'accès aux symboles.Si le chemin d'accès aux symboles est activé, le caractère a la valeur « 1 ».Si le chemin d'accès aux symboles n'est pas activé, le caractère peut avoir toute autre valeur.
- SymbolCachePath
Type : System.String
Chemin d'accès à l'emplacement du cache utilisé pour télécharger des symboles à partir d'un serveur de symboles.
- OnlyLoadSymbolsManually
Type : System.Boolean
A la valeur true lorsque les symboles doivent uniquement être chargés manuellement ou a la valeur false lorsque les symboles doivent être chargés automatiquement.
- LoadSymbolsNow
Type : System.Boolean
A la valeur true lorsque les symboles doivent être chargés immédiatement ; sinon, false.
Implémentations
Debugger4.SetSymbolSettings(String, String, String, Boolean, Boolean)
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.