DesignerAutoFormatCollection.ICollection.IsSynchronized Eigenschap

Definitie

Hiermee wordt een waarde opgehaald die aangeeft of de toegang tot de verzameling wordt gesynchroniseerd (thread safe) wanneer het DesignerAutoFormatCollection object wordt gecast naar een ICollection interface.

property bool System::Collections::ICollection::IsSynchronized { bool get(); };
bool System.Collections.ICollection.IsSynchronized { get; }
member this.System.Collections.ICollection.IsSynchronized : bool
 ReadOnly Property IsSynchronized As Boolean Implements ICollection.IsSynchronized

Waarde van eigenschap

true, als de DesignerAutoFormatCollection synchronisatie is uitgevoerd; anders false.

Implementeringen

Opmerkingen

Dit lid is een expliciete implementatie van interfaceleden. Het kan alleen worden gebruikt wanneer het DesignerAutoFormatCollection object naar een ICollection interface wordt gecast.

Van toepassing op

Zie ook