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
For compatibility with Xaml, The IndexOf implementation that C++/WinRT provides for convertible_observable_vector should return false if the value is a nullptr. This avoids an exception/error that a developer cannot easily deal with.