IVsEnumUserNotifications.Clone Method

Creates an enumeration object that is the same as ppEnum.

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

Syntax

'Declaration
Sub Clone ( _
    <OutAttribute> ByRef ppEnum As IVsEnumUserNotifications _
)
void Clone(
    out IVsEnumUserNotifications ppEnum
)
void Clone(
    [OutAttribute] IVsEnumUserNotifications^% ppEnum
)
abstract Clone : 
        ppEnum:IVsEnumUserNotifications byref -> unit
function Clone(
    ppEnum : IVsEnumUserNotifications
)

Parameters

.NET Framework Security

See Also

Reference

IVsEnumUserNotifications Interface

Microsoft.VisualStudio.UserNotifications.Interop Namespace