C++ WinRT UWP XAML Data binding ItemsSource and SelectedIndex to IObservableVector<hstring> does not work
问题 I am using Visual Studio 2019 16.4.3, Microsoft.Windows.CppWinRT 2.0.200117.5, Windows 10 1809 Pro and targeting 10.0.17763.0. I am trying to port a C++/CX app to C++ WinRT. I am using data binding of the ItemsSource , SelectedIndex and SelectedItem properties of a combo box but I am running into issues. For the ItemsSource I am binding to a IObservableVector<String> . The property is implemented using IObservableVector<hstring> and initialized with single_threaded_observable_vector(std: