IVsRunningDocumentTable3.IsDocumentReadOnly-Methode: (UInt32)

 

Veröffentlicht: Oktober 2016

Gibt an, ob das Dokument eine schreibgeschützt ist.

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

Syntax

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

Parameter

Rückgabewert

Type: System.Boolean

true Wenn das Dokument nur gelesen werden kann, oder false Wenn Informationen in das Dokument geschrieben werden kann.

Siehe auch

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

Zurück zum Anfang