IVsRunningDocumentTable.NotifyDocumentChanged(UInt32, UInt32) Method

Definition

Notifies the client when changes are made to the document.

C++/CX
public:
 int NotifyDocumentChanged(unsigned int dwCookie, unsigned int grfDocChanged);

Parameters

dwCookie
UInt32

[in] Abstract value representing the document that is changed.

grfDocChanged
UInt32

[in] RDT attributes whose values are taken from the __VSRDTATTRIB enumeration.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

This method must be accessed on the main thread.

Applies to

Proizvod Verzije
Visual Studio SDK 2015, 2017, 2019, 2022