ComponentResourceManager.ApplyResourcesToRegisteredType Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Examine toutes les ressources de la culture fournie.
Lorsqu’elle trouve une ressource avec une clé au format de
"[objectName]. [nom de propriété] » ou « [objectName]-[nom de propriété] » il applique la valeur de cette ressource.
à la propriété correspondante sur l’objet. S’il n’y a pas de correspondance
propriété que la ressource sera ignorée.
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)
Paramètres
- value
- Object
- objectName
- String
- culture
- CultureInfo