Share via


IVsaEngine.RootNamespace プロパティ

スクリプト エンジンが使用するルート名前空間を設定または取得します。

名前空間:  Microsoft.Vsa
アセンブリ:  Microsoft.Vsa (Microsoft.Vsa.dll 内)

構文

'宣言
Property RootNamespace As String
string RootNamespace { get; set; }
property String^ RootNamespace {
    String^ get ();
    void set (String^ value);
}
abstract RootNamespace : string with get, set
function get RootNamespace () : String 
function set RootNamespace (value : String)

プロパティ値

型 : String
ルート名前空間の文字列値を返します。

参照

関連項目

IVsaEngine インターフェイス

Microsoft.Vsa 名前空間