IVsEnumWindowSearchOptions.Skip-Methode: (UInt32)

 

Veröffentlicht: Oktober 2016

Überspringt eine angegebene Anzahl von Suchoptionen in der Enumerationsfolge Fenster.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

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

Parameter

  • celt
    Type: System.UInt32

    [in] Anzahl der Fenster Suchoptionen in der Enumeration zu überspringen.

Rückgabewert

Type: System.Int32

Wenn die Methode erfolgreich ist, gibt es S_OK. Wenn dies fehlschlägt, wird ein Fehlercode zurückgegeben.

Siehe auch

IVsEnumWindowSearchOptions-Schnittstelle
Microsoft.VisualStudio.Shell.Interop-Namespace

Zurück zum Anfang