Share via


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

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

Syntax

'Declaration
ReadOnly Property OnlyLoadSymbolsManually As Boolean
    Get
bool OnlyLoadSymbolsManually { get; }
property bool OnlyLoadSymbolsManually {
    bool get ();
}
abstract OnlyLoadSymbolsManually : bool
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.

Implements

Debugger4.OnlyLoadSymbolsManually

.NET Framework Security

See Also

Reference

Debugger5 Interface

OnlyLoadSymbolsManually Overload

EnvDTE100 Namespace