Metoda IEnumToolboxItems.Skip — (UInt32)
Pomiń przez określoną liczbę IDataObject interfejsy reprezentujących elementy paska narzędzi.
Przestrzeń nazw: Microsoft.VisualStudio.Shell.Interop
Zestaw: Microsoft.VisualStudio.Shell.Interop (w Microsoft.VisualStudio.Shell.Interop.dll)
Składnia
int Skip(
uint celt
)
int Skip(
unsigned int celt
)
abstract Skip :
celt:uint32 -> int
Function Skip (
celt As UInteger
) As Integer
Parametry
celt
Type: System.UInt32[in] Liczba interfejsy, aby pominąć.
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::Skip(
[in] ULONG celt
);
Zobacz też
Interfejs IEnumToolboxItems
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop
Powrót do początku