Compartilhar via


ManagementUnit.GetModuleProviders(Type) Método

Definição

Retorna uma coleção de provedores de módulo do tipo especificado.

public:
 System::Collections::Generic::ICollection<Microsoft::Web::Management::Server::ModuleProvider ^> ^ GetModuleProviders(Type ^ moduleProviderType);
public System.Collections.Generic.ICollection<Microsoft.Web.Management.Server.ModuleProvider> GetModuleProviders (Type moduleProviderType);
member this.GetModuleProviders : Type -> System.Collections.Generic.ICollection<Microsoft.Web.Management.Server.ModuleProvider>
Public Function GetModuleProviders (moduleProviderType As Type) As ICollection(Of ModuleProvider)

Parâmetros

moduleProviderType
Type

O Type do provedor de módulo a ser retornado.

Retornos

Uma Lista de provedores de módulo do tipo especificado.

Exceções

moduleProviderType é null.

Aplica-se a