IVsDependencyProvider::EnumDependencies Method (IVsEnumDependencies^)
Visual Studio 2015
Provides access to a dependency enumerator.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- ppIVsEnumDependencies
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsEnumDependencies^
[out] Pointer to a pointer to the IVsEnumDependencies interface of the dependency enumerator.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsDependencyProvider::EnumDependencies( [out] IVsEnumDependencies **ppIVsEnumDependencies );
IVsEnumDependencies allows its caller to scroll through a set of dependencies.
Show: