UCOMIEnumConnections.Clone-Methode: (UCOMIEnumConnections)
Veröffentlicht: Oktober 2016
Erstellt einen weiteren Enumerator, der denselben Enumerationszustand wie der aktuelle enthält.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Syntax
void Clone(
out UCOMIEnumConnections ppenum
)
void Clone(
[OutAttribute] UCOMIEnumConnections^% ppenum
)
abstract Clone :
ppenum:UCOMIEnumConnections byref -> unit
Sub Clone (
<OutAttribute> ByRef ppenum As UCOMIEnumConnections
)
Parameter
ppenum
Type: System.Runtime.InteropServices.UCOMIEnumConnectionsBei erfolgreicher Rückgabe ein Verweis auf den neu erstellten Enumerator.
Hinweise
Weitere Informationen zu IEnumConnections::Clone, finden Sie in der MSDN Library.
Versionsinformationen
.NET Framework
Verfügbar seit 1.1
Siehe auch
UCOMIEnumConnections-Schnittstelle
System.Runtime.InteropServices-Namespace
Zurück zum Anfang