Aracılığıyla paylaş


IConnectionPointContainer.FindConnectionPoint(Guid, IConnectionPoint) Yöntem

Tanım

Bağlanılabilir nesneye belirli bir IID için bağlantı noktası olup olmadığını sorar ve varsa, arabirim işaretçisini bu bağlantı noktasına döndürür IConnectionPoint .

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

Parametreler

riid
Guid

Bağlantı noktası istenen giden arabirim IID'sine başvuru.

ppCP
IConnectionPoint

Bu yöntem döndürdüğünde, giden arabirimini riidyöneten bağlantı noktasını içerir. Bu parametre, başlatmadan iletilir.

Açıklamalar

Daha fazla bilgi için IConnectionPointContainer::FindConnectionPoint MSDN kitaplığındaki için mevcut belgelere bakın.

Şunlara uygulanır