VsaEngineClass.RootNamespace 属性
定义
获取或设置脚本引擎使用的根命名空间。Gets or sets the root namespace used by the script engine.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
virtual property System::String ^ RootNamespace { System::String ^ get(); void set(System::String ^ value); };
public virtual string RootNamespace { get; set; }
member this.RootNamespace : string with get, set
Public Overridable Property RootNamespace As String
属性值
根命名空间的字符串值。The string value of the root namespace.