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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.