ノード メタデータを取得または設定します。
名前空間 : Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
アセンブリ : Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)
構文
'宣言
Public Property CustomTool As String
'使用
Dim instance As SingleFileGeneratorNodeProperties
Dim value As String
value = instance.CustomTool
instance.CustomTool = value
public string CustomTool { get; set; }
public:
property String^ CustomTool {
String^ get ();
void set (String^ value);
}
public function get CustomTool () : String
public function set CustomTool (value : String)
プロパティ値
型 : System.String
参照
参照
SingleFileGeneratorNodeProperties クラス