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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.