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
    Get
string SymbolPathState { get; }
property String^ SymbolPathState {
    String^ get ();
}
abstract SymbolPathState : string
function get SymbolPathState () : String

Valore proprietà

Tipo: System.String
Stringa contenente un solo carattere per ogni percorso di 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.

Implementa

Debugger3.SymbolPathState

Note

Vedere SymbolPathState.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Debugger4 Interfaccia

Overload SymbolPathState

Spazio dei nomi EnvDTE90a