IEnumWCFReferenceEndpoints.Clone Method

Clones this IEnumWCFReferenceEndpoints interface by creating another instance.

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

Syntax

声明
Sub Clone ( _
    <OutAttribute> ByRef ppenum As IEnumWCFReferenceEndpoints _
)
void Clone(
    out IEnumWCFReferenceEndpoints ppenum
)
void Clone(
    [OutAttribute] IEnumWCFReferenceEndpoints^% ppenum
)
abstract Clone : 
        ppenum:IEnumWCFReferenceEndpoints byref -> unit 
function Clone(
    ppenum : IEnumWCFReferenceEndpoints
)

Parameters

.NET Framework Security

See Also

Reference

IEnumWCFReferenceEndpoints Interface

Microsoft.VisualStudio.WCFReference.Interop Namespace