次の方法で共有


ResourcesGenerator.OutputPath プロパティ

定義

出力ディレクトリのパスを取得または設定します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 property System::String ^ OutputPath { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.Build.Framework.Required]
public string OutputPath { get; set; }
[<Microsoft.Build.Framework.Required>]
member this.OutputPath : string with get, set
Public Property OutputPath As String

プロパティ値

属性

注釈

出力ディレクトリのパス。 パスが絶対パスではない場合は、プロジェクトのルート ディレクトリに対する相対パスとして扱われます。

適用対象