IVsEnumNavInfoNodes Interface

Enumerates node items represented by the IVsNavInfo interface.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("D2042A65-5E86-4CFA-AD68-F2D6886628D7")> _
Public Interface IVsEnumNavInfoNodes
[InterfaceTypeAttribute()]
[GuidAttribute("D2042A65-5E86-4CFA-AD68-F2D6886628D7")]
public interface IVsEnumNavInfoNodes
[InterfaceTypeAttribute()]
[GuidAttribute(L"D2042A65-5E86-4CFA-AD68-F2D6886628D7")]
public interface class IVsEnumNavInfoNodes
[<InterfaceTypeAttribute()>]
[<GuidAttribute("D2042A65-5E86-4CFA-AD68-F2D6886628D7")>]
type IVsEnumNavInfoNodes =  interface end
public interface IVsEnumNavInfoNodes

The IVsEnumNavInfoNodes type exposes the following members.

Methods

  Name Description
Public method Clone Creates another enumerator that contains the same enumeration state as the current one.
Public method Next Retrieves a specified number of node items in the enumeration sequence.
Public method Reset Resets the enumeration sequence to the beginning of the sequence.
Public method Skip Skips over a specified number of node items in the enumeration sequence.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace