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 a Symbol Path.

Namespace:  EnvDTE100
Assembly:  EnvDTE100 (in EnvDTE100.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: Boolean
A Boolean that is true if symbols must be loaded manually; false if symbols are loaded automatically.

.NET Framework Security

See Also

Reference

Debugger5 Interface

EnvDTE100 Namespace