-
Notifications
You must be signed in to change notification settings - Fork 712
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add IndexOf function to ItemsSourceView. #2129
Add IndexOf function to ItemsSourceView. #2129
Conversation
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
During API review @oldnewthing asked about passing |
Let's wait until the api review PR is closed before making this update in case we decide otherwise. |
@chingucoding Let's handle the null case now that we have gone through the review. Also, please merge in master to avoid the timeout issue. Thanks! |
Thanks for reminding, add test and support for null values now. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Description
This PR adds the IndexOf function.
API spec (in progress): microsoft/microsoft-ui-xaml-specs#74
Motivation and Context
Closes #1828
How Has This Been Tested?
Not tested so far, how should this be tested?
Screenshots (if appropriate):