Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("B196B286-BAB4-101A-B69C-00AA00341D07")> _
Public Interface IConnectionPoint
'Usage
Dim instance As IConnectionPoint
[InterfaceTypeAttribute()]
[GuidAttribute("B196B286-BAB4-101A-B69C-00AA00341D07")]
public interface IConnectionPoint
[InterfaceTypeAttribute()]
[GuidAttribute(L"B196B286-BAB4-101A-B69C-00AA00341D07")]
public interface class IConnectionPoint
[<InterfaceTypeAttribute()>]
[<GuidAttribute("B196B286-BAB4-101A-B69C-00AA00341D07")>]
type IConnectionPoint = interface end
public interface IConnectionPoint