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
- 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.