IVsProjectTargetDescription::Order Property

 

Gets the order of the target groups.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)

[ComAliasNameAttribute("OLE.DWORD")]
[DispIdAttribute(1610678274)]
property unsigned int Order {
	unsigned int get();
}

Property Value

Type: System::UInt32

The order of the target groups.

Used to order target groups in aggregated UI (within the same retarget task priority.

Return to top
Show: