DataPackagePropertySet.First Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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<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).