UCOMIEnumString Interface

Definitie

Let op

Use System.Runtime.InteropServices.ComTypes.IEnumString instead. http://go.microsoft.com/fwlink/?linkid=14202

Gebruik in plaats daarvan IEnumString.

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.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
Public Interface UCOMIEnumString
Kenmerken

Opmerkingen

Zie de MSDN-bibliotheek voor meer informatie over de IEnumString interface.

Methoden

Name Description
Clone(UCOMIEnumString)
Verouderd.

Hiermee maakt u een andere opsommingsfunctie die dezelfde opsommingsstatus bevat als de huidige.

Next(Int32, String[], Int32)
Verouderd.

Haalt een opgegeven aantal items op in de opsommingsreeks.

Reset()
Verouderd.

Hiermee stelt u de opsommingsreeks opnieuw in op het begin.

Skip(Int32)
Verouderd.

Hiermee wordt een opgegeven aantal items in de opsommingsreeks overgeslagen.

Van toepassing op