Share via


IVsEnumUserNotifications.Skip Method

Skips the next celt user notifications.

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

Syntax

'Declaration
Function Skip ( _
    celt As UInteger _
) As Integer
int Skip(
    uint celt
)
int Skip(
    [InAttribute] unsigned int celt
)
abstract Skip : 
        celt:uint32 -> int
function Skip(
    celt : uint
) : int

Parameters

  • celt
    Type: System.UInt32

    The number of user notifications to skip.

Return Value

Type: System.Int32
The HRESULT.

.NET Framework Security

See Also

Reference

IVsEnumUserNotifications Interface

Microsoft.VisualStudio.UserNotifications.Interop Namespace