ConnectionPointContainer.IConnectionPointContainer.FindConnectionPoint – metoda
Tato třída a jeho členové jsou vyhrazeny pro interní použití a nejsou určeny pro použití v kódu.
Obor názvů: Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Sestavení: Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntaxe
'Deklarace
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
Jazyk JScript nepodporuje explicitní implementace rozhraní.
Parametry
- riid
Typ: System.Guid%
Implementuje
IConnectionPointContainer.FindConnectionPoint(Guid%, IConnectionPoint%)
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Odkaz
ConnectionPointContainer Třída
Microsoft.VisualStudio.Data.Schema.Package.Project.Internal – obor názvů