IConnectionPoint Interface
Supports connection points for connectable objects. For more information, see IConnectionPoint.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaración
<InterfaceTypeAttribute()> _
<GuidAttribute("B196B286-BAB4-101A-B69C-00AA00341D07")> _
Public Interface IConnectionPoint
[InterfaceTypeAttribute()]
[GuidAttribute("B196B286-BAB4-101A-B69C-00AA00341D07")]
public interface IConnectionPoint
The IConnectionPoint type exposes the following members.
Methods
Name | Description | |
---|---|---|
Advise | ||
EnumConnections | ||
GetConnectionInterface | ||
GetConnectionPointContainer | ||
Unadvise |
Top