Udostępnij za pośrednictwem


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

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

Syntax

'Declaration
ReadOnly Property OnlyLoadSymbolsManually As Boolean
'Usage
Dim instance As Debugger3 
Dim value As Boolean 

value = instance.OnlyLoadSymbolsManually
bool OnlyLoadSymbolsManually { get; }
property bool OnlyLoadSymbolsManually {
    bool get ();
}
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

Debugger3 Members

EnvDTE90 Namespace