IVsNavInfo2.EnumPresentationNodes(UInt32, IVsEnumNavInfoNodes) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int EnumPresentationNodes(System::UInt32 dwFlags, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsEnumNavInfoNodes ^ % ppEnum);
public int EnumPresentationNodes (uint dwFlags, out Microsoft.VisualStudio.Shell.Interop.IVsEnumNavInfoNodes ppEnum);
abstract member EnumPresentationNodes : uint32 * IVsEnumNavInfoNodes -> int
Public Function EnumPresentationNodes (dwFlags As UInteger, ByRef ppEnum As IVsEnumNavInfoNodes) As Integer
Parameters
- dwFlags
- UInt32
- ppEnum
- IVsEnumNavInfoNodes