Share via


IEnumWCFReferenceContracts.Clone Method

Clones this IEnumWCFReferenceContracts interface by creating another instance.

Namespace:  Microsoft.VisualStudio.WCFReference.Interop
Assembly:  Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

IEnumWCFReferenceContracts Interface

Microsoft.VisualStudio.WCFReference.Interop Namespace