People search under a Windows Store Application -


i want people search inside windows store application accessing contacts in people app in windows 8 start.

do have ideas?

regards, siva

you can't access contacts programmatically. can open contactpicker , have user select contact information want share app.

also see corresponding sample msdn.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -