ITextBuffer::CheckEditAccess Method ()

 

Determines whether edit operations on this text buffer are permitted on the calling thread.

Namespace:   Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

bool CheckEditAccess()

Return Value

Type: System::Boolean

true if the calling thread is allowed to perform edit operations, otherwise false.

Return to top
Show: