Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
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
- ppenum
Type: Microsoft.VisualStudio.WCFReference.Interop.IEnumWCFReferenceEndpoints%
Reference to the cloned IEnumWCFReferenceEndpoints 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.