Método UCOMIEnumString.Clone (UCOMIEnumString)
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 UCOMIEnumString ppenum
)
void Clone(
[OutAttribute] UCOMIEnumString^% ppenum
)
abstract Clone :
ppenum:UCOMIEnumString byref -> unit
Sub Clone (
<OutAttribute> ByRef ppenum As UCOMIEnumString
)
Parâmetros
ppenum
Type: System.Runtime.InteropServices.UCOMIEnumStringNo retorno bem-sucedido, uma referência ao enumerador recém-criado.
Comentários
Para obter mais informações sobre IEnumString::Clone, consulte a Biblioteca MSDN.
Informações de Versão
.NET Framework
Disponível desde 1.1
Confira Também
Interface UCOMIEnumString
Namespace System.Runtime.InteropServices
Retornar ao início