ProvidersHelper.InstantiateProviders 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.
Initialise une collection de fournisseurs du type donné à l'aide des paramètres fournis.
public:
static void InstantiateProviders(System::Configuration::ProviderSettingsCollection ^ configProviders, System::Configuration::Provider::ProviderCollection ^ providers, Type ^ providerType);
public static void InstantiateProviders (System.Configuration.ProviderSettingsCollection configProviders, System.Configuration.Provider.ProviderCollection providers, Type providerType);
static member InstantiateProviders : System.Configuration.ProviderSettingsCollection * System.Configuration.Provider.ProviderCollection * Type -> unit
Public Shared Sub InstantiateProviders (configProviders As ProviderSettingsCollection, providers As ProviderCollection, providerType As Type)
Paramètres
- configProviders
- ProviderSettingsCollection
Collection de paramètres à passer au fournisseur lors de l'initialisation.
- providers
- ProviderCollection
Collection utilisée pour contenir les fournisseurs initialisés après le retour de la méthode.
Remarques
Cette méthode appelle la InstantiateProvider méthode , et toutes les exceptions levées par cette méthode vont faire une bulle dans la InstantiateProviders méthode.