Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.56 KB

interfaces_NOT_defined_on_IVsProject_object.md

File metadata and controls

21 lines (16 loc) · 1.56 KB

Interfaces not defined on the IVsProject object

Comparing to the current VB/C# projects, you may find some interfaces are missing on CPS's implementation of the IVsProject object. Starting in VS 2017 CPS now 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.