Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
VS2008のC#プログラムでは、インターフェイスの名前をポイントして、「自動的に実装する」と言うことができます。
C ++ / CLIに相当するオプションはありますか?
Visual Studioには何も組み込まれていませんが、一部のサードパーティプラグインはC++にそのような機能を提供します。WholeTomatoのVisualAssistXにはそれが含まれていると思います。