此浏览器不再受支持。
请升级到 Microsoft Edge 以使用最新的功能、安全更新和技术支持。
备注
访问此页面需要授权。 可以尝试登录或更改目录。
访问此页面需要授权。 可以尝试更改目录。
“成员”:密封的或最终函数必须是虚拟函数
sealed 和 final 键字仅允许在标记为 virtual 的类、结构或成员函数上使用。
virtual
以下示例生成 C3609:
// C3609.cpp // compile with: /clr /c ref class C { int f() sealed; // C3609 virtual int f2() sealed; // OK };
此页面是否有帮助?