IVsaEngine.Language Property

Gets the nonlocalized name of the programming language supported by the script engine.

public: __property String* get_Language();
public string Language {get;}
Public Property Get Language() As String

Return Value

Returns the English-language name of the programming language supported by the script engine.

Remarks

The string returned by the Language property should not be localized.

The following table shows the exception that the Language property can throw.

Exception Type

Condition

EngineClosed

The IVsaEngine.Close method has been called and the engine is closed.

EngineBusy

The engine is currently executing code for another thread.

EngineNotInitialized

The engine has not been initialized.

See Also

Reference

IVsaEngine Interface

IVsaEngine.Version Property