Debugger3.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:  EnvDTE90
Assembly:  EnvDTE90 (in EnvDTE90.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 value that is true if symbols must be loaded manually; false if symbols are loaded automatically.

.NET Framework Security

See Also

Reference

Debugger3 Interface

EnvDTE90 Namespace