次の方法で共有


SingleFileGeneratorNodeProperties.CustomToolNamespace プロパティ

カスタム ツール名前空間を取得または設定します。

名前空間 :  Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
アセンブリ :  Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)

構文

'宣言
Public Property CustomToolNamespace As String
'使用
Dim instance As SingleFileGeneratorNodeProperties
Dim value As String

value = instance.CustomToolNamespace

instance.CustomToolNamespace = value
public string CustomToolNamespace { get; set; }
public:
property String^ CustomToolNamespace {
    String^ get ();
    void set (String^ value);
}
public function get CustomToolNamespace () : String
public function set CustomToolNamespace (value : String)

プロパティ値

型 : System.String

参照

参照

SingleFileGeneratorNodeProperties クラス

SingleFileGeneratorNodeProperties メンバ

Microsoft.VisualStudio.Data.Schema.Project.Project.MPF 名前空間