已不再支援此瀏覽器。
請升級至 Microsoft Edge,以利用最新功能、安全性更新和技術支援。
更新:2007 年 11 月
在使用 /clr 撰寫應用程式時,main() 函式的引數不可以是 Managed 型別。
以下為適當簽章的範例:
// managed_types_and_main.cpp // compile with: /clr int main(int, char*[], char*[]) {}
Managed 型別