UCOMIEnumConnectionPoints.Clone(UCOMIEnumConnectionPoints) Método
Definição
Cria outro enumerador que contém o mesmo estado de enumeração do atual.Creates another enumerator that contains the same enumeration state as the current one.
public:
void Clone([Runtime::InteropServices::Out] System::Runtime::InteropServices::UCOMIEnumConnectionPoints ^ % ppenum);
public void Clone (out System.Runtime.InteropServices.UCOMIEnumConnectionPoints ppenum);
abstract member Clone : UCOMIEnumConnectionPoints -> unit
Public Sub Clone (ByRef ppenum As UCOMIEnumConnectionPoints)
Parâmetros
- ppenum
- UCOMIEnumConnectionPoints
No retorno bem-sucedido, uma referência ao enumerador recém-criado.On successful return, a reference to the newly created enumerator.
Comentários
Para obter mais informações sobre IEnumConnectionPoints::Clone, consulte a Biblioteca MSDN.For more information about IEnumConnectionPoints::Clone, see the MSDN Library.