BamlLocalizer.UpdateBaml(Stream, BamlLocalizationDictionary) Methode

Definitie

Hiermee past u resource-updates toe op de BAML-bron en schrijft u de bijgewerkte versie naar een opgegeven stream om een gelokaliseerde versie van de bron BAML te maken.

public:
 void UpdateBaml(System::IO::Stream ^ target, System::Windows::Markup::Localizer::BamlLocalizationDictionary ^ updates);
public void UpdateBaml(System.IO.Stream target, System.Windows.Markup.Localizer.BamlLocalizationDictionary updates);
member this.UpdateBaml : System.IO.Stream * System.Windows.Markup.Localizer.BamlLocalizationDictionary -> unit
Public Sub UpdateBaml (target As Stream, updates As BamlLocalizationDictionary)

Parameters

target
Stream

De stream die de bijgewerkte BAML ontvangt.

updates
BamlLocalizationDictionary

De resource-updates die moeten worden toegepast op de bron BAML.

Uitzonderingen

target of updates is null.

Van toepassing op

Zie ook