Proprietà ContextNodeBaseCollection.SyncRoot
Aggiornamento: novembre 2007
Restituisce un oggetto che può essere utilizzato per sincronizzare l'accesso all'oggetto ContextNodeBaseCollection.
Spazio dei nomi: System.Windows.Ink.AnalysisCore
Assembly: IACore (in IACore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property SyncRoot As Object
'Utilizzo
Dim instance As ContextNodeBaseCollection
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 all'oggetto ContextNodeBaseCollection.
Implementa
Note
L'insieme ContextNodeBaseCollection implementa l'interfaccia ICollection. Per ulteriori informazioni su SyncRoot, vedere la proprietà 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
ContextNodeBaseCollection Classe
Membri ContextNodeBaseCollection