Debugger3.OnlyLoadSymbolsManually Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property bool OnlyLoadSymbolsManually { bool get(); };
public:
property bool OnlyLoadSymbolsManually { bool get(); };
[System.Runtime.InteropServices.DispId(2105)]
public bool OnlyLoadSymbolsManually { [System.Runtime.InteropServices.DispId(2105)] get; }
[<System.Runtime.InteropServices.DispId(2105)>]
[<get: System.Runtime.InteropServices.DispId(2105)>]
member this.OnlyLoadSymbolsManually : bool
Public ReadOnly Property OnlyLoadSymbolsManually As Boolean
Property Value
A Boolean value that is true
if symbols must be loaded manually; false
if symbols are loaded automatically.
- Attributes