ContentIndexer.RetrievePropertiesAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft Inhaltseigenschaften basierend auf dem angegebenen Inhaltsbezeichner ab.
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))
Parameter
- contentId
-
String
Platform::String
winrt::hstring
Der Bezeichner für die Inhaltseigenschaften.
Die abgerufenen Eigenschaften basierend auf contentId.
Gibt zurück
IAsyncOperation<IMapView<Platform::String,Platform::Object>>
IAsyncOperation<IMapView<winrt::hstring,IInspectable>>
Nach Abschluss dieser Methode werden die abgerufenen Eigenschaften als Zuordnung von Schlüssel-Wert-Paaren zurückgegeben.