Condividi tramite


IDebugDocumentTextEvents2:: onUpdateTextAttributes

Notifica al pacchetto di debug che gli attributi di testo sono stati aggiornati nel documento.

HRESULT onUpdateTextAttributes( 
   TEXT_POSITION pos,
   DWORD         dwNumToUpdate
);
int onUpdateTextAttributes( 
   enum_TEXT_POSITION pos,
   uint               dwNumToUpdate
);

Parametri

  • pos
    [in] TEXT_POSITION Una struttura che indica dove gli attributi di testo sono stati aggiornati.

  • dwNumToUpdate
    [in] specifica il numero di caratteri di testo che è stato aggiornato.

Valore restituito

Se l'operazione riesce, restituisce S_OK; in caso contrario, restituisce un codice di errore.

Vedere anche

Riferimenti

IDebugDocumentTextEvents2

TEXT_POSITION