BamlLocalizationDictionary.Remove(BamlLocalizableResourceKey) Method

Definition

Removes a specified localizable resource from the BamlLocalizationDictionary.

public:
 void Remove(System::Windows::Markup::Localizer::BamlLocalizableResourceKey ^ key);
public void Remove (System.Windows.Markup.Localizer.BamlLocalizableResourceKey key);
member this.Remove : System.Windows.Markup.Localizer.BamlLocalizableResourceKey -> unit
Public Sub Remove (key As BamlLocalizableResourceKey)

Parameters

key
BamlLocalizableResourceKey

The key for the resource to be removed.

Exceptions

key is null.

Applies to