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, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.