Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Usage
Dim instance As [Module]
Dim value As UInteger
value = instance.Order
uint Order { get; }
property unsigned int Order {
unsigned int 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.