BaseVsaEngine.Language 属性
定义
获取由该引擎支持的编程语言名称。Gets the name of the programming language supported by the engine.
public:
property System::String ^ Language { System::String ^ get(); };
public string Language { get; }
member this.Language : string
Public ReadOnly Property Language As String
属性值
编程语言的名称。The name of the programming language.