DataViewPropertyDescriptor.SetIsReadOnly(Boolean) 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.
Ajoute un ReadOnlyAttribute correspondant à la valeur booléenne spécifiée qui indique si la propriété est en lecture seule.
public:
void SetIsReadOnly(bool value);
public void SetIsReadOnly (bool value);
member this.SetIsReadOnly : bool -> unit
Public Sub SetIsReadOnly (value As Boolean)