Lue englanniksi Muokkaa

Jaa


UCOMIConnectionPoint Interface

Definition

Caution

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

Use IConnectionPoint instead.

C#
[System.Runtime.InteropServices.Guid("B196B286-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMIConnectionPoint
C#
[System.Runtime.InteropServices.Guid("B196B286-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IConnectionPoint instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public interface UCOMIConnectionPoint
Attributes

Remarks

For more information, please see the existing documentation for IConnectionPoint in the com subfolder of the MSDN library.

Methods

Advise(Object, Int32)

Establishes an advisory connection between the connection point and the caller's sink object.

EnumConnections(UCOMIEnumConnections)

Creates an enumerator object for iteration through the connections that exist to this connection point.

GetConnectionInterface(Guid)

Returns the IID of the outgoing interface managed by this connection point.

GetConnectionPointContainer(UCOMIConnectionPointContainer)

Retrieves the IConnectionPointContainer interface pointer to the connectable object that conceptually owns this connection point.

Unadvise(Int32)

Terminates an advisory connection previously established through Advise(Object, Int32).

Applies to

Tuote Versiot (Vanhentunut)
.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)