Sdílet prostřednictvím


IVsEnumDependencies.Skip – metoda (UInt32)

 

Přeskočí přes zadaný počet v posloupnosti výčet závislostí.

Obor názvů:   Microsoft.VisualStudio.Shell.Interop
Sestavení:  Microsoft.VisualStudio.Shell.Interop (v Microsoft.VisualStudio.Shell.Interop.dll)

Syntaxe

int Skip(
    uint cElements
)
int Skip(
    unsigned int cElements
)
abstract Skip : 
        cElements:uint32 -> int
Function Skip (
    cElements As UInteger
) As Integer

Parametry

  • cElements
    [v] Počet závislostí přeskočit.

Vrácená hodnota

Type: System.Int32

Pokud metoda uspěje, vrací S_OK.Pokud se nezdaří, vrátí kód chyby.

Poznámky

Podpis COM

Z vsshell.idl:

HRESULT IVsEnumDependencies::Skip(
   [in] ULONG cElements
);

Viz také

IVsEnumDependencies – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů

Zpátky na začátek