Share via


IVsEnumUserNotifications.Next Method

Gets the next user notification(s).

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

Syntax

'Declaration
Function Next ( _
    celt As UInteger, _
    <OutAttribute> rgelt As IVsUserNotification(), _
    <OutAttribute> ByRef pceltFetched As UInteger _
) As Integer
int Next(
    uint celt,
    IVsUserNotification[] rgelt,
    out uint pceltFetched
)
int Next(
    [InAttribute] unsigned int celt, 
    [OutAttribute] array<IVsUserNotification^>^ rgelt, 
    [OutAttribute] unsigned int% pceltFetched
)
abstract Next : 
        celt:uint32 * 
        rgelt:IVsUserNotification[] byref * 
        pceltFetched:uint32 byref -> int
function Next(
    celt : uint, 
    rgelt : IVsUserNotification[], 
    pceltFetched : uint
) : int

Parameters

  • celt
    Type: System.UInt32

    The number of user notifications to get.

  • pceltFetched
    Type: System.UInt32

    [out] The number of user notifications that have been retrieved.

Return Value

Type: System.Int32
The HRESULT.

.NET Framework Security

See Also

Reference

IVsEnumUserNotifications Interface

Microsoft.VisualStudio.UserNotifications.Interop Namespace