IConnectionPoint.GetConnectionInterface(Guid) Method

Definition

Returns the IID of the outgoing interface managed by this connection point.

public:
 void GetConnectionInterface([Runtime::InteropServices::Out] Guid % piid);
public void GetConnectionInterface (out Guid piid);
abstract member GetConnectionInterface : Guid -> unit
Public Sub GetConnectionInterface (ByRef piid As Guid)

Parameters

piid
Guid

When this parameter returns, contains the IID of the outgoing interface managed by this connection point. This parameter is passed uninitialized.

Remarks

For new development, see IConnectionPoint.

Note

Functions and objects in the Microsoft.VisualBasic.Compatibility.VB6 namespace are provided for use by the tools for upgrading from Visual Basic 6.0 to Visual Basic. In most cases, these functions and objects duplicate functionality that you can find in other namespaces in the .NET Framework. They are necessary only when the Visual Basic 6.0 code model differs significantly from the .NET Framework implementation.

Applies to