IVsRunningDocumentTable3.IsDocumentReadOnly(UInt32) Method

Definition

Indicates whether the document is a read-only document.

public:
 bool IsDocumentReadOnly(System::UInt32 cookie);
public:
 bool IsDocumentReadOnly(unsigned int cookie);
bool IsDocumentReadOnly(unsigned int cookie);
public bool IsDocumentReadOnly (uint cookie);
abstract member IsDocumentReadOnly : uint32 -> bool
Public Function IsDocumentReadOnly (cookie As UInteger) As Boolean

Parameters

cookie
UInt32

[in] The document to check.

Returns

true if the document can only be read, or false if information can be written to the document.

Applies to