DataPackagePropertySetView.FileTypes Property

Definition

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

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

Contains the types of files stored in the DataPackage object.

Applies to