Прочетете на английски Редактиране

Споделяне чрез


UCOMIEnumConnectionPoints Interface

Definition

Caution

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

Use IEnumConnectionPoints instead.

C#
[System.Runtime.InteropServices.Guid("B196B285-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMIEnumConnectionPoints
C#
[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
Attributes

Remarks

For more information about the IEnumConnectionPoints interface, see the MSDN Library.

Methods

Clone(UCOMIEnumConnectionPoints)

Creates another enumerator that contains the same enumeration state as the current one.

Next(Int32, UCOMIConnectionPoint[], Int32)

Retrieves a specified number of items in the enumeration sequence.

Reset()

Resets the enumeration sequence to the beginning.

Skip(Int32)

Skips over a specified number of items in the enumeration sequence.

Applies to

Продукт Версии (остаряло)
.NET Framework 1.1 (2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1)