UCOMIConnectionPointContainer.FindConnectionPoint 方法

定义

询问可连接对象是否具有某个特定 IID 的连接点,如果是,则返回指向此连接点的 IConnectionPoint 接口指针。

public:
 void FindConnectionPoint(Guid % riid, [Runtime::InteropServices::Out] System::Runtime::InteropServices::UCOMIConnectionPoint ^ % ppCP);
public void FindConnectionPoint (ref Guid riid, out System.Runtime.InteropServices.UCOMIConnectionPoint ppCP);
abstract member FindConnectionPoint : Guid * UCOMIConnectionPoint -> unit
Public Sub FindConnectionPoint (ByRef riid As Guid, ByRef ppCP As UCOMIConnectionPoint)

参数

riid
Guid

对输出接口 IID 的引用,此输出接口 IID 的连接点正在被请求。

ppCP
UCOMIConnectionPoint

在成功返回时包含管理输出接口 riid 的连接点。

注解

有关详细信息,请参阅 MSDN 库中的现有文档 IConnectionPointContainer::FindConnectionPoint

适用于