IEnumWCFReferenceContracts.Clone(IEnumWCFReferenceContracts) 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 IEnumWCFReferenceContracts interface by creating another instance.
public:
void Clone([Runtime::InteropServices::Out] Microsoft::VisualStudio::WCFReference::Interop::IEnumWCFReferenceContracts ^ % ppenum);
public void Clone (out Microsoft.VisualStudio.WCFReference.Interop.IEnumWCFReferenceContracts ppenum);
abstract member Clone : IEnumWCFReferenceContracts -> unit
Public Sub Clone (ByRef ppenum As IEnumWCFReferenceContracts)
Parameters
- ppenum
- IEnumWCFReferenceContracts
Reference to the cloned IEnumWCFReferenceContracts interface.