IVsRunningDocumentTable4.NotifyDocumentChangedEx(UInt32, UInt32) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Benachrichtigt den Client, wenn Änderungen im Dokument vorgenommen werden.
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)
Parameter
- cookie
- UInt32
[in] Das Dokument, das geändert wird.
- attributes
- UInt32
[in] Die neuen Attribute des Dokuments.