DataPackagePropertySetView.FileTypes 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.
Gets a vector object that contains the types of files stored in the DataPackage object.
public:
property IVectorView<Platform::String ^> ^ FileTypes { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> FileTypes();
public IReadOnlyList<string> FileTypes { get; }
var iVectorView = dataPackagePropertySetView.fileTypes;
Public ReadOnly Property FileTypes As IReadOnlyList(Of String)
Property Value
Contains the types of files stored in the DataPackage object.