Share via


Script.Language Propriété

Définition

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.

S’applique à