Condividi tramite


Proprietà Strokes.IsSynchronized

Aggiornamento: novembre 2007

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

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

Sintassi

'Dichiarazione
Public ReadOnly Property IsSynchronized As Boolean
'Utilizzo
Dim instance As Strokes
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 false in tutti i casi. L'accesso all'insieme Strokes non è sincronizzato (non è thread-safe).

Valore

Significato

false

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

Implementa

ICollection.IsSynchronized

Note

La proprietà SyncRoot restituisce un oggetto che può essere utilizzato per sincronizzare l'accesso all'insieme Strokes.

L'insieme Strokes implementa l'interfaccia ICollection. Per ulteriori informazioni sulla proprietà IsSynchronized, vedere la proprietà ICollection.IsSynchronized (il contenuto potrebbe essere in inglese).

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

Strokes Classe

Membri Strokes

Spazio dei nomi Microsoft.Ink

Strokes

CustomStrokes.SyncRoot

Altre risorse

Interfaccia System.Collections.ICollection

System.Collections.ICollection.IsSynchronized