IEnumWCFReferenceEndpoints.Clone(IEnumWCFReferenceEndpoints) Method

Definition

Clones this IEnumWCFReferenceEndpoints interface by creating another instance.

public:
 void Clone([Runtime::InteropServices::Out] Microsoft::VisualStudio::WCFReference::Interop::IEnumWCFReferenceEndpoints ^ % ppenum);
public void Clone (out Microsoft.VisualStudio.WCFReference.Interop.IEnumWCFReferenceEndpoints ppenum);
abstract member Clone : IEnumWCFReferenceEndpoints -> unit
Public Sub Clone (ByRef ppenum As IEnumWCFReferenceEndpoints)

Parameters

ppenum
IEnumWCFReferenceEndpoints

Reference to the cloned IEnumWCFReferenceEndpoints interface.

Applies to