Debugger4.OnlyLoadSymbolsManually Property

Definition

Gets a value that determines whether symbols are loaded manually or automatically. The Visual Studio user can determine this setting in the Options dialog box. For more information about how to set this value within Visual Studio, see How to: Specify a Symbol Path.

public:
 property bool OnlyLoadSymbolsManually { bool get(); };
public:
 property bool OnlyLoadSymbolsManually { bool get(); };
[System.Runtime.InteropServices.DispId(2105)]
public bool OnlyLoadSymbolsManually { [System.Runtime.InteropServices.DispId(2105)] get; }
[<System.Runtime.InteropServices.DispId(2105)>]
[<get: System.Runtime.InteropServices.DispId(2105)>]
member this.OnlyLoadSymbolsManually : bool
Public ReadOnly Property OnlyLoadSymbolsManually As Boolean

Property Value

A Boolean that is true if symbols must be loaded manually; false if symbols are loaded automatically.

Implements

Attributes

Remarks

See OnlyLoadSymbolsManually.

Applies to