ITextBuffer.CheckEditAccess Method

Definition

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.

Applies to