Condividi tramite


Proprietà CustomStrokes.IsSynchronized

Aggiornamento: novembre 2007

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

Valore

Significato

false

L'accesso all'insieme CustomStrokes 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 CustomStrokes.

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

CustomStrokes Classe

Membri CustomStrokes

Spazio dei nomi Microsoft.Ink

CustomStrokes

CustomStrokes.SyncRoot

Altre risorse

System.Collections.ICollection

System.Collections.ICollection.IsSynchronized