LanguageSpecificStringDictionary.Item[XmlLanguage] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit les chaînes associées au langage spécifié.
public:
property System::String ^ default[System::Windows::Markup::XmlLanguage ^] { System::String ^ get(System::Windows::Markup::XmlLanguage ^ key); void set(System::Windows::Markup::XmlLanguage ^ key, System::String ^ value); };
public string this[System.Windows.Markup.XmlLanguage key] { get; set; }
member this.Item(System.Windows.Markup.XmlLanguage) : string with get, set
Default Public Property Item(key As XmlLanguage) As String
Paramètres
- key
- XmlLanguage
Valeur de type XmlLanguage.
Valeur de propriété
Valeur de type String.
Implémente
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.