次の方法で共有


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 オブジェクトに格納されているファイルの種類を格納します。

適用対象