UCOMIConnectionPointContainer.FindConnectionPoint 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
询问可连接对象是否具有某个特定 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
。