Compartir vía


TemplateGroupCollection.IList.IsReadOnly Propiedad

Definición

Para obtener una descripción de este miembro, vea IsReadOnly.

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

Valor de propiedad

Es false si TemplateGroupCollection se puede agregar, modificar y quitar; de lo contrario, es true.

Implementaciones

Comentarios

Este miembro es una implementación explícita de un miembro de interfaz. Solo se puede utilizar cuando la instancia de TemplateGroupCollection se convierte en una interfaz IList.

Se aplica a

Consulte también