Share via


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)

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: UInt32
The order of the target groups.

Remarks

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

.NET Framework Security

See Also

Reference

IVsProjectTargetDescription Interface

Microsoft.VisualStudio.Shell.Interop Namespace