IAdviseSink2.OnDataChange, méthode (array<FORMATETC[], array<STGMEDIUM )
Espace de noms : Microsoft.VisualStudio.OLE.Interop
Assembly : Microsoft.VisualStudio.OLE.Interop (dans Microsoft.VisualStudio.OLE.Interop.dll)
Syntaxe
'Déclaration
Sub OnDataChange ( _
pFormatetc As FORMATETC(), _
pStgmed As STGMEDIUM() _
)
void OnDataChange(
FORMATETC[] pFormatetc,
STGMEDIUM[] pStgmed
)
Paramètres
- pFormatetc
Type : array<Microsoft.VisualStudio.OLE.Interop.FORMATETC[]
- pStgmed
Type : array<Microsoft.VisualStudio.OLE.Interop.STGMEDIUM[]
Implémentations
IAdviseSink.OnDataChange(array<FORMATETC[], array<STGMEDIUM[])
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.