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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.