We should remove these methods as they clutter up Intellisense and autocomplete. However, we should provide a way for consumers to get access to these methods if they want to.
We should also remove the queryInterface method from the IUnknown interface as there is a much better alternative (toInterface) for this. I already deprecated the queryInterface in the dev branch.
We should remove these methods as they clutter up Intellisense and autocomplete. However, we should provide a way for consumers to get access to these methods if they want to.
See the post from Raymond Chen: How do I access and customize the IInspectable methods of a Windows Runtime class written in C++/WinRT?
We should also remove the
queryInterface
method from theIUnknown
interface as there is a much better alternative (toInterface
) for this. I already deprecated thequeryInterface
in the dev branch.