Share via


GraphNavigateToItemRanks Class

Common rank values for the IGraphNavigateToItem extension.

Inheritance Hierarchy

Object
  Microsoft.VisualStudio.GraphModel.GraphNavigateToItemRanks

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

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

The GraphNavigateToItemRanks type exposes the following members.

Fields

  Name Description
Public fieldStatic member CanNavigateToItem Default rank value - a provider can navigate to an item in some way.
Public fieldStatic member OwnItem Higher rank value - a provider owns the item and can navigate to it better than other providers.

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