IVsTextViewEx.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 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.