IVsRunningDocumentTable3::NotifyDocumentChangedEx Method (UInt32, UInt32)

 

Notifies the client when changes are made to the document.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

void NotifyDocumentChangedEx(
	unsigned int cookie,
	unsigned int attributes
)

Parameters

cookie
Type: System::UInt32

[in] The document that is changed.

attributes
Type: System::UInt32

[in] The new attributes for the document.

Return to top
Show: