System.Runtime.InteropServices.ComTypes.IConnectionPoint

Provides the managed definition of the IConnectionPoint interface.

See Also: IConnectionPoint Members

Syntax

[System.Runtime.InteropServices.Guid("b196b286-bab4-101a-b69c-00aa00341d07")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IConnectionPoint

Remarks

For more information, see the existing documentation for IConnectionPoint in the MSDN library.

The common language runtime throws an exception when a COM method in native code returns an HRESULT. For more information, see How to: Map HRESULTs and Exceptions.

Requirements

Namespace: System.Runtime.InteropServices.ComTypes
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0