Partager via


_XDocument4.Language - Propriété

Obtient ou définit le code de langue par défaut d'un formulaire Microsoft InfoPath.

Espace de noms :  Microsoft.Office.Interop.InfoPath
Assembly :  Microsoft.Office.Interop.InfoPath (dans Microsoft.Office.Interop.InfoPath.dll)

Syntaxe

'Déclaration
Property Language As String
    Get
    Set
'Utilisation
Dim instance As _XDocument4
Dim value As String

value = instance.Language

instance.Language = value
string Language { get; set; }

Valeur de propriété

Type : System.String
Retourne String .

Implémentations

_XDocument3.Language

Remarques

Les paramètres de langue d'un formulaire InfoPath également accessibles à l'aide de la propriété LanguageSettings() .

Exemples

Dans l'exemple suivant, la propriété Language de l'objet XDocument est utilisée pour afficher le paramètre dans une boîte de message de langue actuel d'un formulaire :

thisXDocument.UI.Alert("The current language is: " + thisXDocument.Language);

Voir aussi

Référence

_XDocument4 interface

_XDocument4 - Membres

Language - Surcharge

Microsoft.Office.Interop.InfoPath - Espace de noms