IEnumHierarchies.Next – metoda (UInt32, IVsHierarchy , UInt32)
Načte další skupiny hierarchie rozhraní (IVsHierarchy).
Obor názvů: Microsoft.VisualStudio.Shell.Interop
Sestavení: Microsoft.VisualStudio.Shell.Interop (v Microsoft.VisualStudio.Shell.Interop.dll)
Syntaxe
int Next(
uint celt,
IVsHierarchy[] rgelt,
out uint pceltFetched
)
int Next(
unsigned int celt,
array<IVsHierarchy^>^ rgelt,
[OutAttribute] unsigned int% pceltFetched
)
abstract Next :
celt:uint32 *
rgelt:IVsHierarchy[] *
pceltFetched:uint32 byref -> int
Function Next (
celt As UInteger,
rgelt As IVsHierarchy(),
<OutAttribute> ByRef pceltFetched As UInteger
) As Integer
Parametry
- celt
[v] Počet hierarchií vrátit nebo nula označuje požadavek pro všechny objekty.
- rgelt
[výstup] Pole IVsHierarchy objektů.Obsahuje pceltFetched objektů.
- pceltFetched
[výstup] Skutečný počet hierarchie rozhraní načíst.
Vrácená hodnota
Type: System.Int32
Pokud metoda uspěje, vrací S_OK.Pokud se nezdaří, vrátí kód chyby.
Poznámky
Podpis COM
Z vsshell.idl:
[C++]
HRESULT IEnumHierarchies::Next(
[in] ULONG celt,
[out, size_is(celt), length_is(*pceltFetched)] IVsHierarchy **rgelt, [out] ULONG *pceltFetched
);
Viz také
IEnumHierarchies – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů
Zpátky na začátek