IVsaEngine.Name 属性
定义
获取或设置脚本引擎的显示名称,该名称主要用于在托管环境中向用户标识各个脚本引擎。Gets or sets the display name of the script engine that is used primarily for identifying individual script engines to users in a hosted environment.
public:
property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
public string Name { get; set; }
member this.Name : string with get, set
Public Property Name As String
属性值
脚本引擎的 Name 属性的值,该值可能为空字符串。The value of the script engine's Name property, which may be the empty string.