IVsRunningDocumentTable4::IsDocumentReadOnly Method (UInt32)
Visual Studio 2015
Indicates whether the document is a read-only document.
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
Parameters
- cookie
-
Type:
System::UInt32
[in] The document to check.
Return Value
Type: System::Booleantrue if the document can only be read, or false if information can be written to the document.
Show: