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 .05384c85-d264-4e18-abaa-aa482ab25470

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

property bool OnlyLoadSymbolsManually {
	bool get();
}

Property Value

Type: System::Boolean

A Boolean that is true if symbols must be loaded manually; false if symbols are loaded automatically.

Return to top
Show: