Condividi tramite


Proprietà Cursors.IsSynchronized

Aggiornamento: novembre 2007

Ottiene un valore che indica se l'accesso all'insieme Cursors è sincronizzato (thread-safe) oppure no.

Spazio dei nomi:  Microsoft.Ink
Assembly:  Microsoft.Ink (in Microsoft.Ink.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property IsSynchronized As Boolean
'Utilizzo
Dim instance As Cursors
Dim value As Boolean

value = instance.IsSynchronized
public bool IsSynchronized { get; }
public:
virtual property bool IsSynchronized {
    bool get () sealed;
}
/** @property */
public final boolean get_IsSynchronized()
public final function get IsSynchronized () : boolean

Valore proprietà

Tipo: System.Boolean
Restituisce true in tutti i casi. L'accesso all'insieme Cursors è sincronizzato (thread-safe).

Implementa

ICollection.IsSynchronized

Note

L'insieme Cursors implementa l'interfaccia System.Collections.ICollection. Per ulteriori informazioni sulla proprietà IsSynchronized, vedere System.Collections.ICollection.IsSynchronized.

Piattaforme

Windows Vista

.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

Cursors Classe

Membri Cursors

Spazio dei nomi Microsoft.Ink

Cursors

Altre risorse

System.Collections.ICollection

System.Collections.ICollection.IsSynchronized