Share via


Script.Language 属性

定义

返回或设置活动脚本的脚本语言。

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

属性值

注解

MsoScriptLanguageLanguage 属性一起使用的常量也用于 Language 集合方法中的 Add(Object, MsoScriptLocation, MsoScriptLanguage, String, String, String)Scripts 参数中。

适用于