次の方法で共有


IVsaEngine.RootNamespace プロパティ

定義

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

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

プロパティ値

ルート名前空間の文字列値。

適用対象