UCOMIEnumMoniker Interface
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Let op
Use System.Runtime.InteropServices.ComTypes.IEnumMoniker instead. http://go.microsoft.com/fwlink/?linkid=14202
Gebruik in plaats daarvan IEnumMoniker.
public interface class UCOMIEnumMoniker
[System.Runtime.InteropServices.Guid("00000102-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMIEnumMoniker
[System.Runtime.InteropServices.Guid("00000102-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IEnumMoniker instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public interface UCOMIEnumMoniker
[<System.Runtime.InteropServices.Guid("00000102-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type UCOMIEnumMoniker = interface
[<System.Runtime.InteropServices.Guid("00000102-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IEnumMoniker instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type UCOMIEnumMoniker = interface
Public Interface UCOMIEnumMoniker
- Kenmerken
Opmerkingen
Zie de MSDN-bibliotheek voor meer informatie over de IEnumMoniker interface.
Methoden
| Name | Description |
|---|---|
| Clone(UCOMIEnumMoniker) |
Verouderd.
Hiermee maakt u een andere opsommingsfunctie die dezelfde opsommingsstatus bevat als de huidige. |
| Next(Int32, UCOMIMoniker[], 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. |