ContentIndexer.RetrievePropertiesAsync 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.
Obtient des propriétés de contenu basées sur l’identificateur de contenu donné.
public:
virtual IAsyncOperation<IMapView<Platform::String ^, Platform::Object ^> ^> ^ RetrievePropertiesAsync(Platform::String ^ contentId, IIterable<Platform::String ^> ^ propertiesToRetrieve) = RetrievePropertiesAsync;
IAsyncOperation<IMapView<winrt::hstring, IInspectable const&>> RetrievePropertiesAsync(winrt::hstring const& contentId, IIterable<winrt::hstring> const& propertiesToRetrieve);
public IAsyncOperation<IReadOnlyDictionary<string,object>> RetrievePropertiesAsync(string contentId, IEnumerable<string> propertiesToRetrieve);
function retrievePropertiesAsync(contentId, propertiesToRetrieve)
Public Function RetrievePropertiesAsync (contentId As String, propertiesToRetrieve As IEnumerable(Of String)) As IAsyncOperation(Of IReadOnlyDictionary(Of String, Object))
Paramètres
- contentId
-
String
Platform::String
winrt::hstring
Identificateur des propriétés de contenu.
Propriétés récupérées, basées sur contentId.
Retours
IAsyncOperation<IMapView<Platform::String,Platform::Object>>
IAsyncOperation<IMapView<winrt::hstring,IInspectable>>
Une fois cette méthode terminée, elle retourne les propriétés récupérées sous la forme d’un mappage de paires clé-valeur.