Grid.ShouldSerializeRowDefinitions 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.
Retourne true si le RowDefinitionCollection associé à cette instance de Grid n'est pas vide.
public:
bool ShouldSerializeRowDefinitions();
public bool ShouldSerializeRowDefinitions ();
member this.ShouldSerializeRowDefinitions : unit -> bool
Public Function ShouldSerializeRowDefinitions () As Boolean
Retours
true
si le RowDefinitionCollection associé à cette instance de Grid n’est pas vide ; sinon, false
.