IDebugDocumentTextEvents2::onUpdateTextAttributes
Applies to: Visual Studio Visual Studio for Mac
Note
This article applies to Visual Studio 2017. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here
Notifies the debug package that text attributes have been updated in the document.
Syntax
HRESULT onUpdateTextAttributes(
TEXT_POSITION pos,
DWORD dwNumToUpdate
);
int onUpdateTextAttributes(
enum_TEXT_POSITION pos,
uint dwNumToUpdate
);
Parameters
pos
[in] A TEXT_POSITION structure that indicates where the text attributes were updated.
dwNumToUpdate
[in] Specifies the number of characters of text that were updated.
Return Value
If successful, returns S_OK
; otherwise, returns an error code.