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 命名空间