Compartilhar via


Interface 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.

Observação: Esta API agora está obsoleta.

Use System.Runtime.InteropServices.ComTypes.IEnumString em seu lugar.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (em mscorlib.dll)

Sintaxe

[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IEnumString instead. https://go.microsoft.com/fwlink/?linkid=14202", 
    false)]
[GuidAttribute("00000101-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMIEnumString
[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IEnumString instead. https://go.microsoft.com/fwlink/?linkid=14202", 
    false)]
[GuidAttribute("00000101-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class UCOMIEnumString
[<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IEnumString instead. https://go.microsoft.com/fwlink/?linkid=14202",
    false)>]
[<GuidAttribute("00000101-0000-0000-C000-000000000046")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type UCOMIEnumString = interface end
<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IEnumString instead. https://go.microsoft.com/fwlink/?linkid=14202",
    False)>
<GuidAttribute("00000101-0000-0000-C000-000000000046")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
Public Interface UCOMIEnumString

Métodos

Nome Descrição
System_CAPS_pubmethod Clone(UCOMIEnumString)

Cria outro enumerador que contém o mesmo estado de enumeração do atual.

System_CAPS_pubmethod Next(Int32, String[], Int32)

Recupera um número especificado de itens na sequência de enumeração.

System_CAPS_pubmethod Reset()

Redefine a sequência de enumeração para o início.

System_CAPS_pubmethod Skip(Int32)

Ignora um número especificado de itens na sequência de enumeração.

Comentários

Para obter mais informações sobre o IEnumString interface, consulte a biblioteca MSDN.

Informações de Versão

.NET Framework
Disponível desde 1.1

Confira Também

Namespace System.Runtime.InteropServices

Retornar ao início