Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Veröffentlicht: Oktober 2016
Benachrichtigt den Client, wenn das Dokument geändert wird.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
void NotifyDocumentChangedEx(
uint cookie,
uint attributes
)
void NotifyDocumentChangedEx(
unsigned int cookie,
unsigned int attributes
)
abstract NotifyDocumentChangedEx :
cookie:uint32 *
attributes:uint32 -> unit
Sub NotifyDocumentChangedEx (
cookie As UInteger,
attributes As UInteger
)
Parameter
cookie
Type: System.UInt32[in] Das Dokument, das geändert wird.
attributes
Type: System.UInt32[in] Die neue Attribute für das Dokument.
Siehe auch
IVsRunningDocumentTable3-Schnittstelle
Microsoft.VisualStudio.Shell.Interop-Namespace
Zurück zum Anfang