You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today if you implement IClosable but forget to implement the Close method, C++/WinRT will not map the call to the destructor. It would be better if C++/WinRT maps the call to the destructor when Close isn't implemented