IVsTextViewEx.IsReadOnly Method

Definition

Determines if the text view is read-only.

public:
 int IsReadOnly();
public:
 int IsReadOnly();
int IsReadOnly();
public int IsReadOnly ();
abstract member IsReadOnly : unit -> int
Public Function IsReadOnly () As Integer

Returns

If the method succeeds, it returns S_OK to indicate read-only text view. If it fails, it returns an error code.

Applies to