Aracılığıyla paylaş


ProvidersHelper.InstantiateProviders Yöntem

Tanım

Sağlanan ayarları kullanarak verilen türdeki bir sağlayıcı koleksiyonunu başlatır.

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)

Parametreler

configProviders
ProviderSettingsCollection

Başlatma sonrasında sağlayıcıya geçirilecek ayarların koleksiyonu.

providers
ProviderCollection

Yöntemi döndüğünde başlatılan sağlayıcıları içermesi için kullanılan koleksiyon.

providerType
Type

TypeBaşlatılacak sağlayıcılar.

Açıklamalar

Bu yöntem yöntemini çağırır InstantiateProvider ve bu yöntem tarafından oluşturulan özel durumlar yöntemi aracılığıyla oluşur InstantiateProviders .

Şunlara uygulanır