BamlLocalizationDictionary.Item[BamlLocalizableResourceKey] Property
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.
Gets or sets a localizable resource specified by its key.
public:
property System::Windows::Markup::Localizer::BamlLocalizableResource ^ default[System::Windows::Markup::Localizer::BamlLocalizableResourceKey ^] { System::Windows::Markup::Localizer::BamlLocalizableResource ^ get(System::Windows::Markup::Localizer::BamlLocalizableResourceKey ^ key); void set(System::Windows::Markup::Localizer::BamlLocalizableResourceKey ^ key, System::Windows::Markup::Localizer::BamlLocalizableResource ^ value); };
public System.Windows.Markup.Localizer.BamlLocalizableResource this[System.Windows.Markup.Localizer.BamlLocalizableResourceKey key] { get; set; }
member this.Item(System.Windows.Markup.Localizer.BamlLocalizableResourceKey) : System.Windows.Markup.Localizer.BamlLocalizableResource with get, set
Default Public Property Item(key As BamlLocalizableResourceKey) As BamlLocalizableResource
Parameters
The key value of the resource.
Property Value
The value of the resource.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.