ToolboxCategoryItems.IList.IsReadOnly Propriété

Définition

Obtient une valeur qui indique si l’objet ToolboxCategoryItems est en lecture seule.

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

Valeur de propriété

Boolean

true si ToolboxCategoryItems est en lecture seule ; sinon, false.

Implémente

Remarques

ToolboxCategoryItems implémente l'interface IList. Une collection en lecture seule n’autorise pas l’ajout, la suppression ou la modification d’éléments après sa création.

S’applique à