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)

Syntax

'Declaration
ReadOnly Property UserCode As Boolean
bool UserCode { get; }
property bool UserCode {
    bool get ();
}
abstract UserCode : bool with get
function get UserCode () : boolean

Property Value

Type: System.Boolean
A boolean value; true if "UserCode," false if otherwise.

.NET Framework Security

See Also

Reference

Module Interface

EnvDTE90 Namespace