Module.Order Property

Returns the load order of the module. Order corresponds to the Order column of the Modules window.

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

Syntax

'Declaration
ReadOnly Property Order As UInteger
uint Order { get; }
property unsigned int Order {
    unsigned int get ();
}
abstract Order : uint32 with get
function get Order () : uint

Property Value

Type: System.UInt32
A UInt value representing the load order.

.NET Framework Security

See Also

Reference

Module Interface

EnvDTE90 Namespace