CompilationOptions.MainTypeName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
宣告靜態 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