This documentation is archived and is not being maintained.

ControlDesigner::GetDesignTimeResourceProviderFactory Method

Returns an appropriate resource provider factory, depending on the globalization settings in the configuration file for the site.

Namespace:  System.Web.UI.Design
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::DesignTimeResourceProviderFactory
A 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.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

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.
Show: