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
- riid
Type: System.Guid%
Implements
IConnectionPointContainer.FindConnectionPoint(Guid%, IConnectionPoint%)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ConnectionPointContainer Class
Microsoft.VisualStudio.Data.Schema.Package.Project.Internal Namespace