ITextBuffer.TakeThreadOwnership Method

Claims ownership of this buffer for the current thread. All subsequent modifications of this ITextBuffer must be made from the current thread, or else an InvalidOperationException will be raised.

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

Syntax

'Declaration
Sub TakeThreadOwnership
void TakeThreadOwnership()
void TakeThreadOwnership()
abstract TakeThreadOwnership : unit -> unit 
function TakeThreadOwnership()

Exceptions

Exception Condition
InvalidOperationException

This method has been called previously from a different thread, or a ITextBufferEdit object is active for this text buffer.

.NET Framework Security

See Also

Reference

ITextBuffer Interface

Microsoft.VisualStudio.Text Namespace