Udostępnij za pośrednictwem


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
'Usage
Dim instance As [Module]
Dim value As Boolean 

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

Module Members

EnvDTE90 Namespace