IVsCodeWindowEx.IsReadOnly Method

Definition

Determines whether the code window 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

Returns S_OK if the code window is read-only; otherwise, returns S_FALSE indicating the code window is not read-only.

Applies to