IVsCodeWindowEx.IsReadOnly 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 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.