How to get Contact's Nickname Windows Phone 8.1

核能气质少年 提交于 2019-12-07 07:14:24

I was working on a Windows Phone 8.1 Runtime app recently and also came upon this same issue.

It seems that the Nickname property of the Contact class has been documented by Microsoft, but not yet implemented into Visual Studio for other developers to use.

You can see all the properties for the Contact class here: Contact class - Windows app development

And the details for Nickname property here: Contact.Nickname | nickname property - Windows app development

Check the property page. A message says it's not released and the requirements are Windows 10.

It does seem strange that users can enter a Nickname in the People app, but we as other developers can't use it in our own apps. I guess that's just the way it is for now with Windows Phone 8.1 custom apps.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!