图像控件未在 WinRT 8.1 Xamarin.Forms(便携式)项目中呈现

Image Control is not rendering in WinRT 8.1 Xamarin.Forms (Portable) project

xamarin.forms 中的图像渲染器未在 Xamarin.Forms(便携式)中渲染,它在 Xamarin.Forms(共享)中工作 windows RT 8.1 phone .为什么?在 windows RT 8.1 phone.

中是否有另一种渲染 IMAGE 控件的方法

我的代码: - 这里的汇编代码

[程序集:ExportRenderer(typeof(Xamarin.Forms.Image), typeof(ImageWinRenderer))]

-渲染器 class 低于

public class ImageWinRenderer : Xamarin.Forms.Platform.WinRT.ImageRenderer

受保护的覆盖 void OnElementChanged(ElementChangedEventArgs e)

我尝试在共享项目 (xamarin) 中使用图像渲染,它成功了!!仍然无法找到为什么它不能在便携式项目中工作的决定性答案