Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.