LinkLabel.LinkCollection.ICollection.SyncRoot Propiedad
Definición
property System::Object ^ System::Collections::ICollection::SyncRoot { System::Object ^ get(); };
object System.Collections.ICollection.SyncRoot { get; }
member this.System.Collections.ICollection.SyncRoot : obj
ReadOnly Property SyncRoot As Object Implements ICollection.SyncRoot
Valor de propiedad
Un objeto que se puede usar para sincronizar el acceso a la clase ICollection.An object that can be used to synchronize access to the ICollection.
Implementaciones
Comentarios
Este miembro es una implementación explícita de un miembro de interfaz.This member is an explicit interface member implementation. Solo se puede utilizar cuando la instancia de LinkLabel.LinkCollection se convierte en una interfaz ICollection.It can be used only when the LinkLabel.LinkCollection instance is cast to an ICollection interface.