DesignerOptionService.DesignerOptionCollection.ICollection.IsSynchronized Propriedade

Definição

Obtém um valor que indica se o acesso à coleção é sincronizado e, portanto, thread-safe.

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 da propriedade

true se o acesso à coleção for sincronizado; caso contrário, false.

Implementações

Comentários

Esse membro é uma implementação de membro de interface explícita. Ele só pode ser usado quando a DesignerOptionService.DesignerOptionCollection instância é convertida em uma ICollection interface.

Aplica-se a