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
‘사용 방법
Dim instance As 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

See Also

Reference

IConnectionPointContainer Members

Microsoft.VisualStudio.OLE.Interop Namespace