ITextBuffer::TakeThreadOwnership Method ()
Visual Studio 2015
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.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | This method has been called previously from a different thread, or a ITextBufferEdit object is active for this text buffer. |
Show: