DesignerAutoFormatCollection.ICollection.IsSynchronized Propiedad

Definición

Obtiene un valor que indica si el acceso a la colección está sincronizado (es seguro para la ejecución de subprocesos) cuando el objeto DesignerAutoFormatCollection se convierte en una interfaz ICollection.

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

Valor de propiedad

true si el DesignerAutoFormatCollection es sincronizado; de lo contrario, false.

Implementaciones

Comentarios

Este miembro es una implementación explícita de un miembro de interfaz. Solo se puede usar cuando el DesignerAutoFormatCollection objeto se convierte en una ICollection interfaz.

Se aplica a

Consulte también