Achievement.MediaAssets Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The media assets associated with the achievement, such as image IDs.
public Windows.Foundation.Collections.IVectorView<Microsoft.Xbox.Services.Achievements.AchievementMediaAsset> MediaAssets { get; }
member this.MediaAssets : Windows.Foundation.Collections.IVectorView<Microsoft.Xbox.Services.Achievements.AchievementMediaAsset>
Public ReadOnly Property MediaAssets As IVectorView(Of AchievementMediaAsset)
Property Value
Windows.Foundation.Collections.IVectorView<AchievementMediaAsset>
Implements
Microsoft.Xbox.Services.Achievements.__IAchievementPublicNonVirtuals.MediaAssets