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 con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.