ToolboxCategory.IList.IsReadOnly Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur qui indique si l’objet ToolboxCategory 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é
true
si ToolboxCategory est en lecture seule ; sinon, false
.
Implémente
Remarques
ToolboxCategory 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.