StylusAsyncPluginCollection.SyncRoot, propriété
Mise à jour : November 2007
Obtient un objet qui peut être utilisé pour synchroniser l'accès à la collection StylusAsyncPluginCollection.
Espace de noms : Microsoft.StylusInput
Assembly : Microsoft.Ink (dans Microsoft.Ink.dll)
Syntaxe
'Déclaration
Public ReadOnly Property SyncRoot As Object
'Utilisation
Dim instance As StylusAsyncPluginCollection
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 StylusAsyncPluginCollection.
Implémentations
Notes
La collection StylusAsyncPluginCollection implémente l'interface ICollection (page pouvant être en anglais). Pour plus d'informations sur cette propriété, consultez ICollection.SyncRoot (page pouvant être en anglais).
Plateformes
Windows Vista, Windows XP SP2, Windows Server 2003
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
StylusAsyncPluginCollection, classe
Membres StylusAsyncPluginCollection
Microsoft.StylusInput, espace de noms
Autres ressources
System.Collections.ICollection.SyncRoot Property (page pouvant être en anglais)