ContentIndexer.RetrievePropertiesAsync Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene le proprietà del contenuto in base all'identificatore di contenuto specificato.
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))
Parametri
- contentId
-
String
Platform::String
winrt::hstring
Identificatore per le proprietà del contenuto.
Proprietà recuperate, in base a contentId.
Restituisce
IAsyncOperation<IMapView<Platform::String,Platform::Object>>
IAsyncOperation<IMapView<winrt::hstring,IInspectable>>
Al termine di questo metodo, restituisce le proprietà recuperate come mappa di coppie chiave-valore.