DocData.IsDocDataReadOnly(Int32) 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.
Determines if the document data is read-only.
public:
virtual int IsDocDataReadOnly([Runtime::InteropServices::Out] int % isReadOnly);
public int IsDocDataReadOnly (out int isReadOnly);
abstract member IsDocDataReadOnly : int -> int
override this.IsDocDataReadOnly : int -> int
Public Function IsDocDataReadOnly (ByRef isReadOnly As Integer) As Integer
Parameters
- isReadOnly
- Int32
1 if the document is read-only.