IVsRunningDocumentTable3.UpdateDirtyState-Methode: (UInt32)

 

Veröffentlicht: Oktober 2016

Aktualisiert den Status der geänderten Zustand.

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

Syntax

void UpdateDirtyState(
    uint cookie
)
void UpdateDirtyState(
    unsigned int cookie
)
abstract UpdateDirtyState : 
        cookie:uint32 -> unit
Sub UpdateDirtyState (
    cookie As UInteger
)

Parameter

Hinweise

Diese Methode ruft IsItemDirty für das Dokument und löst OnAfterAttributeChange(Ex) Wenn der fehlerhafte Zustand geändert hat. Dies ist die bevorzugte Aufrufen NotifyDocumentChangedEx direkt, da letztere überflüssige Attribut änderungsbenachrichtigungen ausgelöst wird, verursachen können.

Siehe auch

IVsRunningDocumentTable3-Schnittstelle
Microsoft.VisualStudio.Shell.Interop-Namespace

Zurück zum Anfang