UCOMIEnumConnectionPoints Interfejs
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przestroga
Use System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints instead. http://go.microsoft.com/fwlink/?linkid=14202
Zamiast tego użyj polecenia cmdlet 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.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
Public Interface UCOMIEnumConnectionPoints
- Atrybuty
Uwagi
Aby uzyskać więcej informacji na temat interfejsu IEnumConnectionPoints
, zobacz bibliotekę MSDN.
Metody
Clone(UCOMIEnumConnectionPoints) |
Przestarzałe.
Tworzy inny moduł wyliczający zawierający ten sam stan wyliczenia co bieżący. |
Next(Int32, UCOMIConnectionPoint[], Int32) |
Przestarzałe.
Pobiera określoną liczbę elementów w sekwencji wyliczenia. |
Reset() |
Przestarzałe.
Resetuje sekwencję wyliczenia na początku. |
Skip(Int32) |
Przestarzałe.
Pomija określoną liczbę elementów w sekwencji wyliczenia. |