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)

[InterfaceTypeAttribute(1)]
[GuidAttribute("D2042A65-5E86-4CFA-AD68-F2D6886628D7")]
public interface IVsEnumNavInfoNodes

NameDescription
System_CAPS_pubmethodClone(IVsEnumNavInfoNodes)

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

System_CAPS_pubmethodNext(UInt32, IVsNavInfoNode[], UInt32)

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

System_CAPS_pubmethodReset()

Resets the enumeration sequence to the beginning of the sequence.

System_CAPS_pubmethodSkip(UInt32)

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

Return to top
Show: