microsoft / cppwinrt

C++/WinRT
MIT License
1.66k stars 239 forks source link

Auto implementation for properties #411

Closed axodox closed 4 years ago

axodox commented 4 years ago

For our project a certain usecase for WinRT is to forward collections of objects from .Net to C++. We need to use this in both Windows Store and regular desktop apps. I looked at it from multiple angles:

My questions:

kennykerr commented 4 years ago

This sounds more like a general question about WinRT. For such questions you're probably better off posting your question (and what you've tried) over on Stack Overflow. This issues page is mostly for tracking issues with the C++/WinRT project itself.

axodox commented 4 years ago

I understand. In any case if there are no auto-properties it would be nice to have them.