Partager via


Tablets.SyncRoot, propriété

Mise à jour : November 2007

Retourne un objet qui peut être utilisé pour synchroniser l'accès à la collection Tablets.

Espace de noms :  Microsoft.Ink
Assembly :  Microsoft.Ink (dans Microsoft.Ink.dll)

Syntaxe

'Déclaration
Public ReadOnly Property SyncRoot As Object
'Utilisation
Dim instance As Tablets
Dim value As Object

value = instance.SyncRoot
public Object SyncRoot { get; }
public:
virtual property Object^ SyncRoot {
    Object^ get () sealed;
}
/** @property */
public final Object get_SyncRoot()
public final function get SyncRoot () : Object

Valeur de propriété

Type : System.Object
Objet qui permet de synchroniser l'accès à la collection Tablets.

Implémentations

ICollection.SyncRoot

Notes

La collection Tablets implémente l'interface ICollection (page pouvant être en anglais). Pour plus d'informations sur l'utilisation de la propriété SyncRoot, consultez SyncRoot (page pouvant être en anglais).

Plateformes

Windows Vista

Le .NET Framework et le .NET Compact Framework ne prennent pas en charge toutes les versions de chaque plateforme. Pour obtenir la liste des versions prises en charge, consultez Configuration requise du .NET Framework.

Informations de version

.NET Framework

Pris en charge dans : 3.0

Voir aussi

Référence

Tablets, classe

Membres Tablets

Microsoft.Ink, espace de noms

Autres ressources

Interface System.Collections.ICollection

Propriété System.Collections.ICollection.SyncRoot