ITextBuffer.CheckEditAccess 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 edit operations on this text buffer are permitted on the calling thread. If TakeThreadOwnership() has previously been called, edit operations are permitted only from the same thread that made that call.
public:
bool CheckEditAccess();
public:
bool CheckEditAccess();
bool CheckEditAccess();
public bool CheckEditAccess ();
abstract member CheckEditAccess : unit -> bool
Public Function CheckEditAccess () As Boolean
Returns
true
if the calling thread is allowed to perform edit operations, otherwise false
.