プロジェクトの出力パスを取得または設定します。
名前空間 : Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
アセンブリ : Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)
構文
'宣言
Property OutputPath As String
'使用
Dim instance As IProjectConfigProperties
Dim value As String
value = instance.OutputPath
instance.OutputPath = value
string OutputPath { get; set; }
property String^ OutputPath {
String^ get ();
void set (String^ value);
}
function get OutputPath () : String
function set OutputPath (value : String)
プロパティ値
型 : System.String