共用方式為


DataPackagePropertySetView.FileTypes 屬性

定義

取得向量物件,其中包含儲存在 DataPackage 物件中的檔案類型。

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)

屬性值

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

包含儲存在 DataPackage 物件中的檔案類型。

適用於