Debugger5.SymbolPathState, propriété

Obtient une chaîne qui représente l'état de tous les chemins d'accès aux symboles pour les fichiers de symboles .PDB utilisés par Visual Studio pour effectuer un débogage.

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

Syntaxe

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

Valeur de propriété

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.

Implémentations

Debugger4.SymbolPathState

Sécurité .NET Framework

Voir aussi

Référence

Debugger5 Interface

SymbolPathState, surcharge

EnvDTE100, espace de noms