Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
EnumConnectionPoints | |
![]() |
FindConnectionPoint |
Top