Compartilhar via


Script.Language Propriedade

Definição

Retorna ou define a linguagem de script do script ativo.

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

Valor da propriedade

Comentários

As MsoScriptLanguage constantes usadas com a propriedade Language também são usadas no Language parâmetro no Add(Object, MsoScriptLocation, MsoScriptLanguage, String, String, String) método da Scripts coleção.

Aplica-se a