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 | |
---|---|---|
Clone | Creates another enumerator that contains the same enumeration state as the current one. | |
Next | Retrieves a specified number of node items in the enumeration sequence. | |
Reset | Resets the enumeration sequence to the beginning of the sequence. | |
Skip | Skips over a specified number of node items in the enumeration sequence. |
Top