IDataObject.DAdvise(FORMATETC[], UInt32, IAdviseSink, UInt32) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public:
int DAdvise(cli::array <Microsoft::VisualStudio::OLE::Interop::FORMATETC> ^ pFormatetc, System::UInt32 ADVF, Microsoft::VisualStudio::OLE::Interop::IAdviseSink ^ pAdvSink, [Runtime::InteropServices::Out] System::UInt32 % pdwConnection);
int DAdvise(std::Array <Microsoft::VisualStudio::OLE::Interop::FORMATETC> const & pFormatetc, unsigned int ADVF, Microsoft::VisualStudio::OLE::Interop::IAdviseSink const & pAdvSink, [Runtime::InteropServices::Out] unsigned int & pdwConnection);
public int DAdvise (Microsoft.VisualStudio.OLE.Interop.FORMATETC[] pFormatetc, uint ADVF, Microsoft.VisualStudio.OLE.Interop.IAdviseSink pAdvSink, out uint pdwConnection);
abstract member DAdvise : Microsoft.VisualStudio.OLE.Interop.FORMATETC[] * uint32 * Microsoft.VisualStudio.OLE.Interop.IAdviseSink * uint32 -> int
Public Function DAdvise (pFormatetc As FORMATETC(), ADVF As UInteger, pAdvSink As IAdviseSink, ByRef pdwConnection As UInteger) As Integer
Parameter
- pFormatetc
- FORMATETC[]
- ADVF
- UInt32
- pAdvSink
- IAdviseSink
- pdwConnection
- UInt32
Gibt zurück
Hinweise
Weitere Informationen zur COM-Schnittstelle finden Sie unter IDataObject::D-Empfehlung