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)

property unsigned int Order {
	unsigned int get();
}

Property Value

Type: System::UInt32

A UInt value representing the load order.

Return to top
Show: