Partager via


HtmlTableCellCollection.IsSynchronized Propriété

Définition

Obtient une valeur indiquant si l’accès à la HtmlTableCellCollection collection est synchronisé (thread safe).

public:
 property bool IsSynchronized { bool get(); };
public bool IsSynchronized { get; }
member this.IsSynchronized : bool
Public ReadOnly Property IsSynchronized As Boolean

Valeur de propriété

false pour tous les cas, ce qui indique que l’accès au fichier HtmlTableCellCollection n’est pas synchronisé (pas thread safe).

Implémente

Remarques

Cette propriété est dérivée System.Collections.ICollection et est remplacée pour toujours revenir false pour indiquer que l’accès à la HtmlTableCellCollection collection n’est pas synchronisé (pas thread safe).

Pour plus d’informations sur la IsSynchronized propriété, consultez la ICollection.IsSynchronized propriété de l’interface System.Collections.ICollection .

S’applique à

Voir aussi