IVsRunningDocumentTable3.NotifyDocumentChangedEx(UInt32, UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Notifies the client when changes are made to the document.
public:
void NotifyDocumentChangedEx(System::UInt32 cookie, System::UInt32 attributes);
public:
void NotifyDocumentChangedEx(unsigned int cookie, unsigned int attributes);
void NotifyDocumentChangedEx(unsigned int cookie, unsigned int attributes);
public void NotifyDocumentChangedEx (uint cookie, uint attributes);
abstract member NotifyDocumentChangedEx : uint32 * uint32 -> unit
Public Sub NotifyDocumentChangedEx (cookie As UInteger, attributes As UInteger)
Parameters
- cookie
- UInt32
[in] The document that is changed.
- attributes
- UInt32
[in] The new attributes for the document.