Sdílet prostřednictvím


IVsEnumDependencies.Next – metoda (UInt32, IVsDependency , UInt32)

 

Načte zadaný počet v posloupnosti výčet závislostí.

Obor názvů:   Microsoft.VisualStudio.Shell.Interop
Sestavení:  Microsoft.VisualStudio.Shell.Interop (v Microsoft.VisualStudio.Shell.Interop.dll)

Syntaxe

int Next(
    uint cElements,
    IVsDependency[] rgpIVsDependency,
    out uint pcElementsFetched
)
int Next(
    unsigned int cElements,
    array<IVsDependency^>^ rgpIVsDependency,
    [OutAttribute] unsigned int% pcElementsFetched
)
abstract Next : 
        cElements:uint32 *
        rgpIVsDependency:IVsDependency[] *
        pcElementsFetched:uint32 byref -> int
Function Next (
    cElements As UInteger,
    rgpIVsDependency As IVsDependency(),
    <OutAttribute> ByRef pcElementsFetched As UInteger
) As Integer

Parametry

  • cElements
    [v] Počet prvků, které jsou požadovány.
  • rgpIVsDependency
    [v, ven, size_is(cElements)] Ukazatel na pole IVsDependency rozhraními náležejícími požadovaných závislostí.
  • pcElementsFetched
    [výstup, volitelné] Ukazatel na počet prvků v rgpIVsDependency.Předat volajícím v null -li cElements je jeden.

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:

HRESULT IVsEnumDependencies::Next(
   [in] ULONG cElements,
   [in, out, size_is(cElements)] IVsDependency *rgpIVsDependency[],
   [out] ULONG *pcElementsFetched
);

Viz také

IVsEnumDependencies – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů

Zpátky na začátek