IVsaEngine.RootMoniker 属性

设置或获取脚本引擎的根名字对象。

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

语法

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

属性值

类型:String
返回 RootMoniker 属性的当前值。

请参阅

参考

IVsaEngine 接口

Microsoft.Vsa 命名空间