PropertyTab.Components 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 ou définit le tableau de composants associé à l'onglet de propriété.
public:
virtual property cli::array <System::Object ^> ^ Components { cli::array <System::Object ^> ^ get(); void set(cli::array <System::Object ^> ^ value); };
public virtual object[] Components { get; set; }
public virtual object[]? Components { get; set; }
member this.Components : obj[] with get, set
Public Overridable Property Components As Object()
Valeur de propriété
- Object[]
Le tableau de composants associé à l'onglet de propriété.