Share via


DocData.IsDocDataReadOnly(Int32) Method

Definition

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.

Returns

Implements

Applies to