共用方式為


ConnectionPointContainer.IConnectionPointContainer.FindConnectionPoint 方法

這個類別和它的成員會保留給內部使用,其目的不是要供您的程式碼使用。

命名空間:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
組件:  Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

語法

'宣告
Private Sub FindConnectionPoint ( _
    ByRef riid As Guid, _
    <OutAttribute> ByRef ppCP As IConnectionPoint _
) Implements IConnectionPointContainer.FindConnectionPoint
void IConnectionPointContainer.FindConnectionPoint(
    ref Guid riid,
    out IConnectionPoint ppCP
)
private:
virtual void FindConnectionPoint(
    Guid% riid, 
    [OutAttribute] IConnectionPoint^% ppCP
) sealed = IConnectionPointContainer::FindConnectionPoint
private abstract FindConnectionPoint : 
        riid:Guid byref * 
        ppCP:IConnectionPoint byref -> unit 
private override FindConnectionPoint : 
        riid:Guid byref * 
        ppCP:IConnectionPoint byref -> unit 
JScript 不支援明確介面實作。

參數

實作

IConnectionPointContainer.FindConnectionPoint(Guid%, IConnectionPoint%)

.NET Framework 安全性

請參閱

參考

ConnectionPointContainer 類別

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal 命名空間