ITextBuffer.IsReadOnly, méthode (Span)
Détermine si une modification ou suppression de texte serait interdite au niveau de l'span à cause d'une IReadOnlyRegion.
Espace de noms : Microsoft.VisualStudio.Text
Assembly : Microsoft.VisualStudio.Text.Data (dans Microsoft.VisualStudio.Text.Data.dll)
Syntaxe
'Déclaration
Function IsReadOnly ( _
span As Span _
) As Boolean
bool IsReadOnly(
Span span
)
bool IsReadOnly(
Span span
)
abstract IsReadOnly :
span:Span -> bool
function IsReadOnly(
span : Span
) : boolean
Paramètres
span
Type : Microsoft.VisualStudio.Text.SpanÉtendue à vérifier.
Valeur de retour
Type : Boolean
tru e si l'étendue entière a pu être supprimée ou remplacée ; sinon false.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | span a la valeur nullune référence null (Nothing en Visual Basic). |
InvalidOperationException | TakeThreadOwnership a été précédemment appelé, et cet appel est effectué d'un thread différent. |
ArgumentOutOfRangeException | La propriété d'End d'span est plus supérieure à la longueur d'CurrentSnapshot. |
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.