Aracılığıyla paylaş


UCOMIConnectionPointContainer.FindConnectionPoint 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::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)

Parametreler

riid
Guid

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

ppCP
UCOMIConnectionPoint

Başarılı bir dönüşte, giden arabirimini riidyöneten bağlantı noktasını içerir.

Açıklamalar

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

Şunlara uygulanır