BamlLocalizerErrorNotifyEventArgs.Key Property

Definition

Gets the key associated with the resource that generated the error condition.

public:
 property System::Windows::Markup::Localizer::BamlLocalizableResourceKey ^ Key { System::Windows::Markup::Localizer::BamlLocalizableResourceKey ^ get(); };
public System.Windows.Markup.Localizer.BamlLocalizableResourceKey Key { get; }
member this.Key : System.Windows.Markup.Localizer.BamlLocalizableResourceKey
Public ReadOnly Property Key As BamlLocalizableResourceKey

Property Value

The key associated with the resource that generated the error condition.

Applies to

See also