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
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.