다음을 통해 공유


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

‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("B196B284-BAB4-101A-B69C-00AA00341D07")> _
Public Interface IConnectionPointContainer
[InterfaceTypeAttribute()]
[GuidAttribute("B196B284-BAB4-101A-B69C-00AA00341D07")]
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