UCOMIEnumConnectionPoints Rozhraní

Definice

Upozornění

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

Upozornění

Toto rozhraní API je teď zastaralé.

Místo toho použijte IEnumConnectionPoints.

public interface class UCOMIEnumConnectionPoints
[System.Runtime.InteropServices.Guid("B196B285-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMIEnumConnectionPoints
[System.Runtime.InteropServices.Guid("B196B285-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public interface UCOMIEnumConnectionPoints
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete]
[System.Runtime.InteropServices.Guid("b196b285-bab4-101a-b69c-00aa00341d07")]
public interface UCOMIEnumConnectionPoints
[<System.Runtime.InteropServices.Guid("B196B285-BAB4-101A-B69C-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type UCOMIEnumConnectionPoints = interface
[<System.Runtime.InteropServices.Guid("B196B285-BAB4-101A-B69C-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type UCOMIEnumConnectionPoints = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete>]
[<System.Runtime.InteropServices.Guid("b196b285-bab4-101a-b69c-00aa00341d07")>]
type UCOMIEnumConnectionPoints = interface
Public Interface UCOMIEnumConnectionPoints
Atributy

Poznámky

Další informace o IEnumConnectionPoints rozhraní najdete v knihovně MSDN.

Metody

Clone(UCOMIEnumConnectionPoints)

Vytvoří další enumerátor, který obsahuje stejný stav výčtu jako aktuální.

Next(Int32, UCOMIConnectionPoint[], Int32)

Načte zadaný počet položek v sekvenci výčtu.

Reset()

Obnoví posloupnost výčtu na začátek.

Skip(Int32)

Přeskočí na zadaný počet položek v sekvenci výčtu.

Platí pro