IConnectionPoint Interface

Definition

Supports connection points for connectable objects. For more information, see IConnectionPoint.

public interface class IConnectionPoint
public interface class IConnectionPoint
__interface IConnectionPoint
[System.Runtime.InteropServices.Guid("B196B286-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IConnectionPoint
[System.Runtime.InteropServices.Guid("B196B286-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IConnectionPoint
[<System.Runtime.InteropServices.Guid("B196B286-BAB4-101A-B69C-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IConnectionPoint = interface
[<System.Runtime.InteropServices.Guid("B196B286-BAB4-101A-B69C-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IConnectionPoint = interface
Public Interface IConnectionPoint
Attributes

Methods

Advise(Object, UInt32)
EnumConnections(IEnumConnections)
GetConnectionInterface(Guid)
GetConnectionPointContainer(IConnectionPointContainer)
Unadvise(UInt32)

Applies to