Condividi tramite


DataPackagePropertySetView.FileTypes Proprietà

Definizione

Ottiene un oggetto vettore che contiene i tipi di file archiviati nell'oggetto 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)

Valore della proprietà

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

Contiene i tipi di file archiviati nell'oggetto DataPackage .

Si applica a