Condividi tramite


Proprietà Debugger4.SymbolPathState

Ottiene una stringa che rappresenta lo stato di tutti i percorsi dei file di simboli PDB utilizzati in Visual Studio per l'esecuzione del debug.

Spazio dei nomi:  EnvDTE90a
Assembly:  EnvDTE90a (in EnvDTE90a.dll)

Sintassi

'Dichiarazione
ReadOnly Property SymbolPathState As String
string SymbolPathState { get; }
property String^ SymbolPathState {
    String^ get ();
}
abstract SymbolPathState : string with get
function get SymbolPathState () : String

Valore proprietà

Tipo: String
Stringa contenente un solo carattere per ogni percorso dei simboli.Se il percorso del simbolo è attivo, il valore del carattere è "1".Se il percorso del simbolo non è attivo, il carattere può presentare qualsiasi altro valore.

Note

Vedere SymbolPathState.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Debugger4 Interfaccia

Spazio dei nomi EnvDTE90a