ApplicationPartManager.FeatureProviders Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém a lista de IApplicationFeatureProviders.
public:
property System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ApplicationParts::IApplicationFeatureProvider ^> ^ FeatureProviders { System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ApplicationParts::IApplicationFeatureProvider ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ApplicationParts.IApplicationFeatureProvider> FeatureProviders { get; }
member this.FeatureProviders : System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ApplicationParts.IApplicationFeatureProvider>
Public ReadOnly Property FeatureProviders As IList(Of IApplicationFeatureProvider)