Proprietà ContextLinkBaseCollection.SyncRoot
Aggiornamento: novembre 2007
Restituisce un oggetto che è possibile utilizzare per sincronizzare l'accesso a ContextLinkBaseCollection.
Spazio dei nomi: System.Windows.Ink.AnalysisCore
Assembly: IACore (in IACore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property SyncRoot As Object
'Utilizzo
Dim instance As ContextLinkBaseCollection
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
Valore proprietà
Tipo: System.Object
Oggetto che può essere utilizzato per sincronizzare l'accesso a ContextLinkBaseCollection.
Implementa
Note
L'oggetto ContextLinkBaseCollection implementa l'interfaccia ICollection. Per ulteriori informazioni su SyncRoot, vedere la proprietà ICollection.SyncRoot.
Piattaforme
Windows Vista, Windows XP SP2, Windows Server 2003
.NET Framework e .NET Compact Framework non supportano tutte le versioni di ciascuna piattaforma. Per un elenco delle versioni supportate, vedere Requisiti di sistema di .NET Framework.
Informazioni sulla versione
.NET Framework
Supportato in: 3.0
Vedere anche
Riferimenti
ContextLinkBaseCollection Classe
Membri ContextLinkBaseCollection
Spazio dei nomi System.Windows.Ink.AnalysisCore