IConnectionPointContainer Interface

Supports connection points for connectable objects. Indicates to a client that the object is connectable and provides the IConnectionPoint interface. For more information, see IConnectionPointContainer.

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("B196B284-BAB4-101A-B69C-00AA00341D07")> _
Public Interface IConnectionPointContainer
[InterfaceTypeAttribute()]
[GuidAttribute("B196B284-BAB4-101A-B69C-00AA00341D07")]
public interface IConnectionPointContainer
[InterfaceTypeAttribute()]
[GuidAttribute(L"B196B284-BAB4-101A-B69C-00AA00341D07")]
public interface class IConnectionPointContainer
[<InterfaceTypeAttribute()>]
[<GuidAttribute("B196B284-BAB4-101A-B69C-00AA00341D07")>]
type IConnectionPointContainer =  interface end
public interface IConnectionPointContainer

The IConnectionPointContainer type exposes the following members.

Methods

  Name Description
Public method EnumConnectionPoints
Public method FindConnectionPoint

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace