IEnumConnections.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 IEnumConnections _
)
void Clone(
    out IEnumConnections ppEnum
)
void Clone(
    [OutAttribute] IEnumConnections^% ppEnum
)
abstract Clone : 
        ppEnum:IEnumConnections byref -> unit 
function Clone(
    ppEnum : IEnumConnections
)

Parameters

.NET Framework Security

See Also

Reference

IEnumConnections Interface

Microsoft.VisualStudio.OLE.Interop Namespace