IEnumWCFReferenceEndpoints.Clone(IEnumWCFReferenceEndpoints) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.