NormalizedSnapshotSpanCollection.ICollection.IsSynchronized, propriété

Détermine si cette collection est synchronisée.

Espace de noms :  Microsoft.VisualStudio.Text
Assembly :  Microsoft.VisualStudio.Text.Data (dans Microsoft.VisualStudio.Text.Data.dll)

Syntaxe

'Déclaration
Private ReadOnly Property IsSynchronized As Boolean 
    Implements ICollection.IsSynchronized
bool ICollection.IsSynchronized { get; }
private:
virtual property bool IsSynchronized {
    bool get () sealed = ICollection::IsSynchronized::get;
}
private abstract IsSynchronized : bool with get 
private override IsSynchronized : bool with get
JScript ne prend pas en charge les implémentations d'interfaces explicites.

Valeur de propriété

Type : Boolean
true si la collection est synchronisée, sinon false.

Implémentations

ICollection.IsSynchronized

Sécurité .NET Framework

Voir aussi

Référence

NormalizedSnapshotSpanCollection Classe

Microsoft.VisualStudio.Text, espace de noms