IVsEnumNavInfoNodes Interface

Definition

Enumerates node items represented by the IVsNavInfo interface.

public interface class IVsEnumNavInfoNodes
public interface class IVsEnumNavInfoNodes
__interface IVsEnumNavInfoNodes
[System.Runtime.InteropServices.Guid("D2042A65-5E86-4CFA-AD68-F2D6886628D7")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsEnumNavInfoNodes
[<System.Runtime.InteropServices.Guid("D2042A65-5E86-4CFA-AD68-F2D6886628D7")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsEnumNavInfoNodes = interface
Public Interface IVsEnumNavInfoNodes
Attributes

Methods

Clone(IVsEnumNavInfoNodes)

Creates another enumerator that contains the same enumeration state as the current one.

Next(UInt32, IVsNavInfoNode[], UInt32)

Retrieves a specified number of node items in the enumeration sequence.

Reset()

Resets the enumeration sequence to the beginning of the sequence.

Skip(UInt32)

Skips over a specified number of node items in the enumeration sequence.

Applies to