IDebugDocumentTextEvents::onUpdateDocumentAttributes

Indicates that the document attributes changed.

Syntax

HRESULT onUpdateDocumentAttributes(  
   TEXT_DOC_ATTR  textdocattr  
);  

Parameters

textdocattr
[in] The new document attributes.

Return Value

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Value Description
S_OK The method succeeded.

Remarks

This method indicates that the document attributes have changed.

See also

IDebugDocumentTextEvents Interface
TEXT_DOC_ATTR Constants