IJSVsaEngine.RootNamespace 属性

定义

获取或设置脚本引擎使用的根命名空间。Gets or sets the root namespace used by the script engine.

public:
 property System::String ^ RootNamespace { System::String ^ get(); void set(System::String ^ value); };
public string RootNamespace { get; set; }
member this.RootNamespace : string with get, set
Public Property RootNamespace As String

属性值

String

引擎的命名空间。The namespace of the engine.

适用于