ITextBuffer.TakeThreadOwnership, méthode
Réclame la propriété de cette mémoire tampon pour le thread actuel. Toutes les modifications suivantes de cette ITextBuffer doivent être apportées à partir du thread actuel, sinon une InvalidOperationException sera déclenchée.
Espace de noms : Microsoft.VisualStudio.Text
Assembly : Microsoft.VisualStudio.Text.Data (dans Microsoft.VisualStudio.Text.Data.dll)
Syntaxe
'Déclaration
Sub TakeThreadOwnership
void TakeThreadOwnership()
void TakeThreadOwnership()
abstract TakeThreadOwnership : unit -> unit
function TakeThreadOwnership()
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Cette méthode a été appelée préalablement d'un thread différent, ou un objet d'ITextBufferEdit est actif pour cette mémoire tampon de texte. |
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.