Achievement.PlatformsAvailableOn 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 collection of platforms that the achievement is available on.
public Windows.Foundation.Collections.IVectorView<string> PlatformsAvailableOn { get; }
member this.PlatformsAvailableOn : Windows.Foundation.Collections.IVectorView<string>
Public ReadOnly Property PlatformsAvailableOn As IVectorView(Of String)
Property Value
Windows.Foundation.Collections.IVectorView<String>
Implements
Microsoft.Xbox.Services.Achievements.__IAchievementPublicNonVirtuals.PlatformsAvailableOn