IEnumOLEVERB.Clone Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Sub Clone ( _
<OutAttribute> ByRef ppEnum As IEnumOLEVERB _
)
void Clone(
out IEnumOLEVERB ppEnum
)
void Clone(
[OutAttribute] IEnumOLEVERB^% ppEnum
)
abstract Clone :
ppEnum:IEnumOLEVERB byref -> unit
function Clone(
ppEnum : IEnumOLEVERB
)
Parameters
- ppEnum
Type: Microsoft.VisualStudio.OLE.Interop.IEnumOLEVERB%
.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.