Orderer Class

Performs a topological sort of orderable extension parts.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Utilities.Orderer

Namespace:  Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.CoreUtility (in Microsoft.VisualStudio.CoreUtility.dll)

Syntax

'Declaration
Public NotInheritable Class Orderer
public static class Orderer
public ref class Orderer abstract sealed
[<AbstractClass>]
[<Sealed>]
type Orderer =  class end
public final class Orderer

The Orderer type exposes the following members.

Methods

  Name Description
Public methodStatic member Order<TValue, TMetadata> Orders a list of items that are all orderable, that is, items that implement the IOrderable interface.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.Utilities Namespace