IExtenderListService.GetExtenderProviders 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.
Obtient l’ensemble de fournisseurs d’extendeurs pour le composant.
public:
cli::array <System::ComponentModel::IExtenderProvider ^> ^ GetExtenderProviders();
public System.ComponentModel.IExtenderProvider[] GetExtenderProviders();
abstract member GetExtenderProviders : unit -> System.ComponentModel.IExtenderProvider[]
Public Function GetExtenderProviders () As IExtenderProvider()
Retours
Tableau de types IExtenderProvider qui répertorie les fournisseurs d’extendeurs actifs. S’il n’existe aucun fournisseur, un tableau vide est retourné.