Método UCOMIEnumMoniker.Clone (UCOMIEnumMoniker)
Dica
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.
Cria outro enumerador que contém o mesmo estado de enumeração do atual.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
void Clone(
out UCOMIEnumMoniker ppenum
)
void Clone(
[OutAttribute] UCOMIEnumMoniker^% ppenum
)
abstract Clone :
ppenum:UCOMIEnumMoniker byref -> unit
Sub Clone (
<OutAttribute> ByRef ppenum As UCOMIEnumMoniker
)
Parâmetros
ppenum
Type: System.Runtime.InteropServices.UCOMIEnumMonikerNo retorno bem-sucedido, uma referência ao enumerador recém-criado.
Comentários
Para obter mais informações sobre IEnumMoniker::Clone, consulte a Biblioteca MSDN.
Informações de Versão
.NET Framework
Disponível desde 1.1
Confira Também
Interface UCOMIEnumMoniker
Namespace System.Runtime.InteropServices
Retornar ao início