Share via


Debugger5.SymbolPathState Property

Gets a string that represents the state of all symbol paths for the .PDB symbol files that are used by Visual Studio for debugging.

Namespace:  EnvDTE100
Assembly:  EnvDTE100 (in EnvDTE100.dll)

Syntax

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

Property Value

Type: String
A string that contains one character for each symbol path. If the symbol path is enabled, the character has a value of "1". If the symbol path not enabled, the character can have any other value.

.NET Framework Security

See Also

Reference

Debugger5 Interface

EnvDTE100 Namespace