MediaElement:PosterSource,你在哪里?

MediaElement: PosterSource, where are you?

我在我的程序中使用 MediaElement

<MediaElement x:Name="media" Source="MyVideo.mp4" Height="480" Width="640" HorizontalAlignment="Left" VerticalAlignment="Top" LoadedBehavior="Manual" Stretch="Fill" />

在各种文章中,我看到了在此元素中使用 PosterSource 属性 的可能性。

<MediaElement PosterSource="imageUri" />

我的媒体中缺少此 属性。哪里会出错?

P.S。我用的是Visual StudioEnterprise 2015。.NET Framework的版本是4.7.2。

此功能仅在 UWP 应用程序中可用。