IVsUIEnumDataSourceVerbs.Skip – metoda (UInt32)
Přeskočit počet položek.
Obor názvů: Microsoft.VisualStudio.Shell.Interop
Sestavení: Microsoft.VisualStudio.Shell.Interop.10.0 (v Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntaxe
int Skip(
uint celt
)
int Skip(
unsigned int celt
)
abstract Skip :
celt:uint32 -> int
Function Skip (
celt As UInteger
) As Integer
Parametry
- celt
[v] Číslo položky přeskočit.
Vrácená hodnota
Type: System.Int32
Pokud položky byly vynechány, vrátí S_OK.
Viz také
IVsUIEnumDataSourceVerbs – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů
Zpátky na začátek