NavigateToItemKind Class

Specifies constants that represent the various kinds of symbols that are recognized by the sorting algorithm.

Inheritance Hierarchy

Object
  Microsoft.VisualStudio.Language.NavigateTo.Interfaces.NavigateToItemKind

Namespace:  Microsoft.VisualStudio.Language.NavigateTo.Interfaces
Assembly:  Microsoft.VisualStudio.Language.NavigateTo.Interfaces (in Microsoft.VisualStudio.Language.NavigateTo.Interfaces.dll)

Syntax

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

The NavigateToItemKind type exposes the following members.

Fields

  Name Description
Public fieldStatic member Class Specifies the constant value for Class.
Public fieldStatic member Constant Specifies the constant value for Constant.
Public fieldStatic member Delegate Specifies the constant value for Delegate.
Public fieldStatic member Enum Specifies the constant value for Enum.
Public fieldStatic member EnumItem Specifies the constant value for EnumItem.
Public fieldStatic member Event Specifies the constant value for Event.
Public fieldStatic member Field Specifies the constant value for Field.
Public fieldStatic member File Specifies the constant value for File.
Public fieldStatic member Interface Specifies the constant value for Interface.
Public fieldStatic member Method Specifies the constant value for Method.
Public fieldStatic member Module Specifies the constant value for Module.
Public fieldStatic member Property Specifies the constant value for Property.
Public fieldStatic member Structure Specifies the constant value for Structure.

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.Language.NavigateTo.Interfaces Namespace