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