ControlDesigner::GetDesignTimeResourceProviderFactory Method
Returns an appropriate resource provider factory, depending on the globalization settings in the configuration file for the site.
Assembly: System.Design (in System.Design.dll)
public: static DesignTimeResourceProviderFactory^ GetDesignTimeResourceProviderFactory( IServiceProvider^ serviceProvider )
Parameters
- serviceProvider
- Type: System::IServiceProvider
An IServiceProvider object that can retrieve global and local services.
Return Value
Type: System.Web.UI.Design::DesignTimeResourceProviderFactoryA DesignTimeResourceProviderFactory object, if any are defined in the configuration file; otherwise, nullptr.
A resource provider factory creates resource providers and resource writers, depending on the current settings in the system.web/globalization section of the configuration file (either the Machine.config or Web.config files for both global and local resources). If no globalization settings are found, the serviceProvider parameter is used to create a DesignTimeResourceProviderFactory object using the default implementation for the design host.
Typically, control developers will not override the GetDesignTimeResourceProviderFactory method.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.