Udostępnij za pośrednictwem


Metoda IEnumToolboxItems.Next — (UInt32, IDataObject , UInt32)

 

Pobiera następnej grupy interfejsów obiektów danych (IDataObject) reprezentujące elementy paska narzędzi.

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

Składnia

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

Parametry

  • celt
    Type: System.UInt32

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

  • pceltFetched
    Type: System.UInt32

    [out] Rzeczywista liczba interfejsy 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 IEnumToolboxItems::Next(
   [in] ULONG celt, 
   [out, size_is(celt), length_is(*pceltFetched)] IDataObject **rgelt,    [out] ULONG *pceltFetched
);

Zobacz też

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

Powrót do początku