DataPackageView.AvailableFormats 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.
Returns the formats the DataPackageView contains.
public:
property IVectorView<Platform::String ^> ^ AvailableFormats { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> AvailableFormats();
public IReadOnlyList<string> AvailableFormats { get; }
var iVectorView = dataPackageView.availableFormats;
Public ReadOnly Property AvailableFormats As IReadOnlyList(Of String)
Property Value
The formats the DataPackageView contains.