Debugger4.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:  EnvDTE90a
Assembly:  EnvDTE90a (in EnvDTE90a.dll)

Syntax

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

Property Value

Type: System.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.

Implements

Debugger3.SymbolPathState

Remarks

See SymbolPathState.

.NET Framework Security

See Also

Reference

Debugger4 Interface

SymbolPathState Overload

EnvDTE90a Namespace