Share via


IVsEnumUserNotifications Interface

Represents an enumeration of user notifications.

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

Syntax

'Declaration
<GuidAttribute("2E1641C7-2959-4962-949C-6388375D6B29")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsEnumUserNotifications
[GuidAttribute("2E1641C7-2959-4962-949C-6388375D6B29")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsEnumUserNotifications
[GuidAttribute(L"2E1641C7-2959-4962-949C-6388375D6B29")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsEnumUserNotifications
[<GuidAttribute("2E1641C7-2959-4962-949C-6388375D6B29")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsEnumUserNotifications =  interface end
public interface IVsEnumUserNotifications

The IVsEnumUserNotifications type exposes the following members.

Methods

  Name Description
Public method Clone Creates an enumeration object that is the same as ppEnum.
Public method Next Gets the next user notification(s).
Public method Reset Resets the enumeration state to the beginning.
Public method Skip Skips the next celt user notifications.

Top

See Also

Reference

Microsoft.VisualStudio.UserNotifications.Interop Namespace