Proprietà Debugger4.SymbolPathState

Ottiene una stringa che rappresenta lo stato di tutti i percorsi di simboli per i file di simboli di .PDB utilizzati da Visual Studio per il 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
function get SymbolPathState () : String

Valore proprietà

Tipo: System.String
Una stringa contenente un carattere per ogni percorso.Se il percorso dei simboli è abilitato, il carattere è un valore “1 ".Se il percorso dei simboli non abilitata, il carattere può avere qualsiasi altro valore.

Note

vedere SymbolPathState.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Debugger4 Interfaccia

Overload SymbolPathState

Spazio dei nomi EnvDTE90a