IAdviseSink.OnDataChange(FORMATETC, STGMEDIUM) Metodo

Definizione

Notifica a tutti gli oggetti dati attualmente registrati sink di consulenza 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 il formato, il dispositivo di destinazione, il rendering e le informazioni di archiviazione dell'oggetto dati chiamante.

stgmedium
STGMEDIUM

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

Commenti

Per altre informazioni, vedere IAdviseSink::OnDataChange.

Si applica a