CascadingValue<TValue>.IsFixed 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.
Si la valeur est true, indique que cela Value ne changera pas. Il s’agit d’une optimisation des performances qui permet à l’infrastructure d’ignorer la configuration des notifications de modification. Définissez cet indicateur uniquement si vous ne changez Value pas pendant la durée de vie du composant.
public:
property bool IsFixed { bool get(); void set(bool value); };
[Microsoft.AspNetCore.Components.Parameter]
public bool IsFixed { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.IsFixed : bool with get, set
Public Property IsFixed As Boolean
Valeur de propriété
- Attributs