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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.