Script.Language 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.
Renvoie ou définit la langue de script du script actif.
public:
property Microsoft::Office::Core::MsoScriptLanguage Language { Microsoft::Office::Core::MsoScriptLanguage get(); void set(Microsoft::Office::Core::MsoScriptLanguage value); };
public Microsoft.Office.Core.MsoScriptLanguage Language { get; set; }
member this.Language : Microsoft.Office.Core.MsoScriptLanguage with get, set
Public Property Language As MsoScriptLanguage
Valeur de propriété
Remarques
Les MsoScriptLanguage constantes utilisées avec la propriété Language sont également utilisées dans le Language
paramètre de la Add(Object, MsoScriptLocation, MsoScriptLanguage, String, String, String) méthode de la Scripts collection.