次の方法で共有


CompilationOptions.MainTypeName プロパティ

定義

静的 Main メソッドを宣言する型の完全名。 有効な非ジェネリック名前空間修飾名である必要があります。 静的 Main メソッドがエントリ ポイントの候補である場合は Null。

public:  property System::String ^ MainTypeName {  public:
System::String ^ get(); protected:
 void set(System::String ^ value); };
public string MainTypeName { get; protected set; }
public string? MainTypeName { get; protected set; }
member this.MainTypeName : string with get, set
Public Property MainTypeName As String

プロパティ値

適用対象