IVsaEngine.Name 属性

设置或获取脚本引擎的显示名称,该名称主要用于在托管环境中向用户标识各个脚本引擎。

命名空间:  Microsoft.Vsa
程序集:  Microsoft.Vsa(在 Microsoft.Vsa.dll 中)

语法

声明
Property Name As String
string Name { get; set; }
property String^ Name {
    String^ get ();
    void set (String^ value);
}
abstract Name : string with get, set
function get Name () : String 
function set Name (value : String)

属性值

类型:String
返回脚本引擎的 Name 属性值,这可以是空字符串。

请参阅

参考

IVsaEngine 接口

Microsoft.Vsa 命名空间