Interfaces not defined on the IVsProject object

December 14, 2022 ยท View on GitHub

Comparing to the current VB/C# projects, you may find some interfaces are missing on CPS's implementation of the IVsProject object. CPS supports a limited form of COM aggregation.

These interfaces are not implemented currently.

The two interfaces below are not implemented by design. CPS is designed to be extended via MEF instead of COM aggregation. They can however be defined by extenders using COM aggregation.