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
ppEnum
Type: Microsoft.VisualStudio.UserNotifications.Interop.IVsEnumUserNotifications%The enumeration.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.