共用方式為


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

屬性值

適用於