IAdviseSink.OnDataChange(FORMATETC, STGMEDIUM) Metodo

Definizione

Notifica a tutti i sink consultivi attualmente registrati degli oggetti dati che i dati nell'oggetto sono stati modificati.

public:
 void OnDataChange(System::Runtime::InteropServices::ComTypes::FORMATETC % format, System::Runtime::InteropServices::ComTypes::STGMEDIUM % stgmedium);
public void OnDataChange (ref System.Runtime.InteropServices.ComTypes.FORMATETC format, ref System.Runtime.InteropServices.ComTypes.STGMEDIUM stgmedium);
abstract member OnDataChange : FORMATETC * STGMEDIUM -> unit
Public Sub OnDataChange (ByRef format As FORMATETC, ByRef stgmedium As STGMEDIUM)

Parametri

format
FORMATETC

Oggetto FORMATETC, passato per riferimento, che descrive informazioni relative a formato, dispositivo di destinazione, rendering e archiviazione dell'oggetto dati chiamante.

stgmedium
STGMEDIUM

Oggetto STGMEDIUM, passato per riferimento, che definisce il supporto di archiviazione (memoria globale, file su disco, oggetto di archiviazione, oggetto flusso, oggetto GDI (Graphics Device Interface) o supporto non definito) e la proprietà di tale supporto per l'oggetto dati chiamante.

Commenti

Per altre informazioni, vedere IAdviseSink::OnDataChange.

Si applica a