UCOMIEnumConnections Interface

Definitie

Let op

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

Gebruik in plaats daarvan IEnumConnections.

public interface class UCOMIEnumConnections
[System.Runtime.InteropServices.Guid("B196B287-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMIEnumConnections
[System.Runtime.InteropServices.Guid("B196B287-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IEnumConnections instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public interface UCOMIEnumConnections
[<System.Runtime.InteropServices.Guid("B196B287-BAB4-101A-B69C-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type UCOMIEnumConnections = interface
[<System.Runtime.InteropServices.Guid("B196B287-BAB4-101A-B69C-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IEnumConnections instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type UCOMIEnumConnections = interface
Public Interface UCOMIEnumConnections
Kenmerken

Opmerkingen

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

Methoden

Name Description
Clone(UCOMIEnumConnections)
Verouderd.

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

Next(Int32, CONNECTDATA[], 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