如何在Windows Phone 8

时间:2016-03-01 11:34:59

标签: windows-phone-8

如何在Windows手机上获取联系人图片或联系人图片 我正在使用以下代码,但无法获得联系人图片,我想将用户联系人图片保存到sqlite数据库

foreach (var result in e.Results)
        {

            BitmapImage bmp = new BitmapImage();
            bmp.SetSource(result.GetPicture());
            Image img = new Image();
            img.Source = bmp;

        }

0 个答案:

没有答案