DelayCreation& Windows Phone 8.1中不存在BackgroundCreation

时间:2015-03-18 05:17:30

标签: c# windows-phone-8.1

此代码在WP8中工作但在WP8.1中出现“DelayCreation& BackgroundCreation”错误

public void SetImageSource(string imagePath)
{
    if (AppSettings.AddNewShowIconVisibility)
    {
       BitmapImage bmImage = BitmapCreateOptions.DelayCreation | BitmapCreateOptions.BackgroundCreation;
    }
}

0 个答案:

没有答案