UCOMIEnumString Interfaz
Definición
Precaución
Use System.Runtime.InteropServices.ComTypes.IEnumString instead. http://go.microsoft.com/fwlink/?linkid=14202
Precaución
Esta API está ya obsoleta.
Utilice IEnumString en su lugar.Use IEnumString instead.
public interface class UCOMIEnumString
[System.Runtime.InteropServices.Guid("00000101-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMIEnumString
[System.Runtime.InteropServices.Guid("00000101-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IEnumString instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public interface UCOMIEnumString
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete]
[System.Runtime.InteropServices.Guid("00000101-0000-0000-c000-000000000046")]
public interface UCOMIEnumString
[<System.Runtime.InteropServices.Guid("00000101-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type UCOMIEnumString = interface
[<System.Runtime.InteropServices.Guid("00000101-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IEnumString instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type UCOMIEnumString = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete>]
[<System.Runtime.InteropServices.Guid("00000101-0000-0000-c000-000000000046")>]
type UCOMIEnumString = interface
Public Interface UCOMIEnumString
- Atributos
Comentarios
Para obtener más información acerca de la IEnumString
interfaz, vea MSDN Library.For more information about the IEnumString
interface, see the MSDN Library.
Métodos
Clone(UCOMIEnumString) |
Crea otro enumerador que contiene el mismo estado de enumeración que el actual.Creates another enumerator that contains the same enumeration state as the current one. |
Next(Int32, String[], Int32) |
Recupera un número especificado de elementos en la secuencia de enumeración.Retrieves a specified number of items in the enumeration sequence. |
Reset() |
Restablece la secuencia de enumeración al principio.Resets the enumeration sequence to the beginning. |
Skip(Int32) |
Omite un número especificado de elementos en la secuencia de enumeración.Skips over a specified number of items in the enumeration sequence. |