Condividi tramite


Proprietà Tablets.IsSynchronized

Aggiornamento: novembre 2007

Ottiene un valore che indica se l'accesso all'insieme Tablets è 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 Tablets
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 Tablets è sincronizzato (thread-safe).

Valore

Significato

true

L'accesso all'insieme Tablets è sincronizzato (thread-safe).

Implementa

ICollection.IsSynchronized

Note

L'insieme Tablets implementa l'interfaccia ICollection. Per ulteriori informazioni sulla proprietà IsSynchronized, vedere 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

Tablets Classe

Membri Tablets

Spazio dei nomi Microsoft.Ink

Tablets

Altre risorse

Interfaccia System.Collections.ICollection