次の方法で共有


MarkupCompilePass1.OutputType プロパティ

定義

アセンブリの出力型を取得または設定します。

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

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

プロパティ値

プロジェクトで生成されるアセンブリの型。 有効な値は winexeexelibrarynetmodule です

属性

適用対象