IRpcChannelBuffer3.SendReceive, méthode (array<RPCOLEMESSAGE , UInt32%)
Espace de noms : Microsoft.VisualStudio.OLE.Interop
Assembly : Microsoft.VisualStudio.OLE.Interop (dans Microsoft.VisualStudio.OLE.Interop.dll)
Syntaxe
'Déclaration
Sub SendReceive ( _
<OutAttribute> pMessage As RPCOLEMESSAGE(), _
<OutAttribute> ByRef pStatus As UInteger _
)
void SendReceive(
RPCOLEMESSAGE[] pMessage,
out uint pStatus
)
Paramètres
- pMessage
Type : array<Microsoft.VisualStudio.OLE.Interop.RPCOLEMESSAGE[]
- pStatus
Type : System.UInt32%
Implémentations
IRpcChannelBuffer2.SendReceive(array<RPCOLEMESSAGE[], UInt32%)
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.