Share via


Debugger4.OnlyLoadSymbolsManually Property

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 [OBSOLETE] How to: Specify Symbol Locations and Loading Behavior.

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

Syntax

'Declaration
ReadOnly Property OnlyLoadSymbolsManually As Boolean
bool OnlyLoadSymbolsManually { get; }
property bool OnlyLoadSymbolsManually {
    bool get ();
}
abstract OnlyLoadSymbolsManually : bool with get
function get OnlyLoadSymbolsManually () : boolean

Property Value

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

Remarks

See OnlyLoadSymbolsManually.

.NET Framework Security

See Also

Reference

Debugger4 Interface

EnvDTE90a Namespace