IDebugDocumentTextEvents2::onUpdateDocumentAttributes

Applies to: yesVisual Studio noVisual 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 receiver of the event that the document attributes have been updated.

Syntax

HRESULT onUpdateDocumentAttributes( 
   TEXT_DOC_ATTR_2 textdocattr
);
int onUpdateDocumentAttributes( 
   enum_TEXT_DOC_ATTR_2 textdocattr
);

Parameters

textdocattr
[in] A combination of flags from the TEXT_DOC_ATTR_2 enumeration that specifies the updated attributes of the document.

Return Value

If successful, returns S_OK; otherwise, returns an error code.

See also