IVsRunningDocumentTable3.IsDocumentReadOnly(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.