IVsRunningDocumentTable3.IsDocumentDirty-Methode: (UInt32)

 

Veröffentlicht: Oktober 2016

Gibt an, ob das Dokument geändert wurde, seit der letzten Speichern.

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

Syntax

bool IsDocumentDirty(
    uint cookie
)
bool IsDocumentDirty(
    unsigned int cookie
)
abstract IsDocumentDirty : 
        cookie:uint32 -> bool
Function IsDocumentDirty (
    cookie As UInteger
) As Boolean

Parameter

Rückgabewert

Type: System.Boolean

true Wenn das Dokument geändert wurde, oder false wenn das Dokument seit dem letzten Speichern nicht geändert hat.

Siehe auch

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

Zurück zum Anfang