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
ppenum
Type: Microsoft.VisualStudio.WCFReference.Interop.IEnumWCFReferenceContracts%Reference to the cloned IEnumWCFReferenceContracts interface.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.