MergeLocalizationDirectives.OutputFile プロパティ

定義

コンパイルされたローカリゼーション ディレクティブ アセンブリの出力パスを取得または設定します。

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

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

プロパティ値

コンパイルされたローカリゼーション ディレクティブ アセンブリの出力パス。

属性

適用対象