Język

IEnumConnectionPoints Interfejs

Definicja

Uwaga

Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862

Zarządza definicją interfejsu IEnumConnectionPoints .

public interface class IEnumConnectionPoints
[System.Runtime.InteropServices.Guid("B196B285-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IEnumConnectionPoints
[System.Runtime.InteropServices.Guid("B196B285-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")]
public interface IEnumConnectionPoints
[<System.Runtime.InteropServices.Guid("B196B285-BAB4-101A-B69C-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IEnumConnectionPoints = interface
[<System.Runtime.InteropServices.Guid("B196B285-BAB4-101A-B69C-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")>]
type IEnumConnectionPoints = interface
Public Interface IEnumConnectionPoints
Atrybuty

Uwagi

W przypadku nowego programowania użyj polecenia IEnumConnectionPoints.

Note

Funkcje i obiekty w Microsoft.VisualBasic.Compatibility.VB6 przestrzeni nazw są używane przez narzędzia do uaktualniania z programu Visual Basic 6.0 do Visual Basic. W większości przypadków te funkcje i obiekty zduplikowane funkcje, które można znaleźć w innych przestrzeniach nazw w .NET Framework. Są one niezbędne tylko wtedy, gdy model kodu Visual Basic 6.0 różni się znacząco od implementacji platformy .NET Framework.

Metody

Nazwa Opis
Clone(IEnumConnectionPoints)
Przestarzałe.

Tworzy nowy moduł wyliczający, który zawiera ten sam stan wyliczenia co bieżący.

Next(Int32, IConnectionPoint[], Int32)
Przestarzałe.

Pobiera określoną liczbę elementów w sekwencji wyliczenia.

Reset()
Przestarzałe.

Resetuje sekwencję wyliczania na początku.

Skip(Int32)
Przestarzałe.

Pomija określoną liczbę elementów w sekwencji wyliczenia.

Dotyczy