ModelItem.ModelItems 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 les éléments de modèle enfants pour cet élément de modèle.
public:
property cli::array <ReportService2005::ModelItem ^> ^ ModelItems { cli::array <ReportService2005::ModelItem ^> ^ get(); void set(cli::array <ReportService2005::ModelItem ^> ^ value); };
public ReportService2005.ModelItem[] ModelItems { get; set; }
member this.ModelItems : ReportService2005.ModelItem[] with get, set
Public Property ModelItems As ModelItem()
Valeur de propriété
Tableau d'objets ModelItem.
Remarques
Cet appel n’est pas récursif et retourne un tableau superficiel d’éléments de modèle enfants.