ICallFactory.CreateCall, méthode
Espace de noms : Microsoft.VisualStudio.OLE.Interop
Assembly : Microsoft.VisualStudio.OLE.Interop (dans Microsoft.VisualStudio.OLE.Interop.dll)
Syntaxe
'Déclaration
Sub CreateCall ( _
ByRef riid As Guid, _
pCtrlUnk As Object, _
ByRef riid2 As Guid, _
<OutAttribute> ByRef ppv As Object _
)
void CreateCall(
ref Guid riid,
Object pCtrlUnk,
ref Guid riid2,
out Object ppv
)
Paramètres
- riid
Type : System.Guid%
- pCtrlUnk
Type : System.Object
- riid2
Type : System.Guid%
- ppv
Type : System.Object%
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.