開発者は、Salesforce Classic ユーザーインターフェースでカスタム Lightning Web コンポーネントを利用できるようにする必要があります。これを実現するにはどのアプローチを使用できますか?
正解:B
The Lightning Out library allows a Lightning Web Component to be embedded in a Visualforce page. This approach is the most suitable to make the LWC accessible in Salesforce Classic. Reference:Lightning Out Documentation