PersonalizationStateInfoCollection.SetReadOnly Méthode
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.
Marque la collection comme étant en lecture seule.
public:
void SetReadOnly();
public void SetReadOnly ();
member this.SetReadOnly : unit -> unit
Public Sub SetReadOnly ()
Remarques
Méthodes qui tentent de modifier une collection en lecture seule, comme Add et Remove, lèvent une NotSupportedException exception.
Notes
Vous pouvez appeler la SetReadOnly méthode plusieurs fois sur la collection ; cela ne déclenche pas d’exception.