Share via


ConnectionPointContainer.IConnectionPointContainer.FindConnectionPoint Method

This class and its members are reserved for internal use and are not intended to be used in your code.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
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 does not support explicit interface implementations.

Parameters

Implements

IConnectionPointContainer.FindConnectionPoint(Guid%, IConnectionPoint%)

.NET Framework Security

See Also

Reference

ConnectionPointContainer Class

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal Namespace