DataPackagePropertySet.First Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Retorna um iterador para enumerar os itens no conjunto de propriedades.
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))
Retornos
IIterator<IKeyValuePair<Platform::String,Platform::Object>>
IIterator<IKeyValuePair<winrt::hstring,IInspectable>>
O primeiro item no objeto DataPackage .
Implementações
Comentários
Para obter mais informações, consulte IIterable(IKeyValuePair).