Udostępnij za pośrednictwem


Metoda IEnumWindowFrames.Next — (UInt32, IVsWindowFrame , UInt32)

 

Pobiera następnej grupy interfejsów ramki okna (IVsWindowFrame).

Przestrzeń nazw:   Microsoft.VisualStudio.Shell.Interop
Zestaw:  Microsoft.VisualStudio.Shell.Interop (w Microsoft.VisualStudio.Shell.Interop.dll)

Składnia

int Next(
    uint celt,
    IVsWindowFrame[] rgelt,
    out uint pceltFetched
)
int Next(
    unsigned int celt,
    array<IVsWindowFrame^>^ rgelt,
    [OutAttribute] unsigned int% pceltFetched
)
abstract Next : 
        celt:uint32 *
        rgelt:IVsWindowFrame[] *
        pceltFetched:uint32 byref -> int
Function Next (
    celt As UInteger,
    rgelt As IVsWindowFrame(),
    <OutAttribute> ByRef pceltFetched As UInteger
) As Integer

Parametry

  • celt
    Type: System.UInt32

    [in] Liczba interfejsy ramki okna do zwrotu lub wartość zero, aby wskazać żądania dla wszystkich obiektów.

  • pceltFetched
    Type: System.UInt32

    [out] Rzeczywista liczba interfejsów pobrać.

Wartość zwracana

Type: System.Int32

Jeśli metoda zakończy się pomyślnie, zwraca S_OK. Jeśli nie, zwraca kod błędu.

Uwagi

Podpis COM

Z vsshell.idl:

HRESULT IEnumWindowFrames::Next(
   [in] ULONG celt, 
   [out, size_is(celt), 
   length_is(*pceltFetched)] IVsWindowFrame **rgelt, 
   [out] ULONG *pceltFetched
);

Zobacz też

Interfejs IEnumWindowFrames
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop

Powrót do początku