Partager via


DataPackagePropertySet.First Méthode

Définition

Retourne un itérateur pour énumérer les éléments dans le jeu de propriétés.

public:
 virtual IIterator<IKeyValuePair<Platform::String ^, Platform::Object ^> ^> ^ First() = IIterable<IKeyValuePair<Platform::String ^, Platform::Object ^> ^>::First;
IIterator<IKeyValuePair<winrt::hstring, IInspectable const&>> First();
public IIterator<KeyValuePair<string,object>> First();
function first()
Public Function First () As IIterator(Of KeyValuePair(Of String, Object))

Retours

IIterator<IKeyValuePair<String,Object>>

IIterator<KeyValuePair<String,Object>>

IIterator<IKeyValuePair<Platform::String,Platform::Object>>

IIterator<IKeyValuePair<winrt::hstring,IInspectable>>

Premier élément de l’objet DataPackage .

Implémente

Remarques

Pour plus d’informations, consultez IIterable(IKeyValuePair).

S’applique à