ComponentResourceManager.ApplyResourcesToRegisteredType Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Examines all the resources for the provided culture.
When it finds a resource with a key in the format of
"[objectName].[property name]" or "[objectName]-[property name]" it will apply that resource's value
to the corresponding property on the object. If there is no matching
property the resource will be ignored.
public:
virtual void ApplyResourcesToRegisteredType(System::Object ^ value, System::String ^ objectName, System::Globalization::CultureInfo ^ culture);
public virtual void ApplyResourcesToRegisteredType (object value, string objectName, System.Globalization.CultureInfo? culture);
abstract member ApplyResourcesToRegisteredType : obj * string * System.Globalization.CultureInfo -> unit
override this.ApplyResourcesToRegisteredType : obj * string * System.Globalization.CultureInfo -> unit
Public Overridable Sub ApplyResourcesToRegisteredType (value As Object, objectName As String, culture As CultureInfo)
Parameters
- culture
- CultureInfo
The culture for which to apply resources.
Applies to
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.