Module::UserCode Property

 

Gets whether the debugger is currently considers this module "UserCode." Name corresponds to the UserCode column of the Modules window. Applies to managed code only.

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

property bool UserCode {
	bool get();
}

Property Value

Type: System::Boolean

A boolean value; true if "UserCode," false if otherwise.

Return to top
Show: