已不再支援此瀏覽器。
請升級至 Microsoft Edge,以利用最新功能、安全性更新和技術支援。
無法在 Managed 或 WinRT 類型 'type' 內部定義未命名的類別、結構或等位
內嵌在 Managed 或 WinRT 類型中的類型必須命名。
下列範例會產生 C3183:
// C3183a.cpp // compile with: /clr /c ref class Test { ref class { // C3183, delete class or name it int a; int b; }; };
此頁面對您有幫助嗎?