IVsUIEnumDataSourceVerbs.Next – metoda (UInt32, String , UInt32)
Vrátí počet položek z výčtu.
Obor názvů: Microsoft.VisualStudio.Shell.Interop
Sestavení: Microsoft.VisualStudio.Shell.Interop.10.0 (v Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntaxe
int Next(
uint celt,
string[] rgelt,
out uint pceltFetched
)
int Next(
unsigned int celt,
array<String^>^ rgelt,
[OutAttribute] unsigned int% pceltFetched
)
abstract Next :
celt:uint32 *
rgelt:string[] *
pceltFetched:uint32 byref -> int
Function Next (
celt As UInteger,
rgelt As String(),
<OutAttribute> ByRef pceltFetched As UInteger
) As Integer
Parametry
- celt
[v] Číslo položky, které chcete vrátit.
- rgelt
[výstup] Umístění pole názvů sloveso přijímat.
- pceltFetched
[výstup] Skutečný počet názvů sloveso vrácena.
Vrácená hodnota
Type: System.Int32
S_OK vrátí, pokud nebyly vráceny sloves.
Viz také
IVsUIEnumDataSourceVerbs – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů
Zpátky na začátek