DataPackageView.GetResourceMapAsync 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 les données (telles qu’une image) référencées dans le contenu HTML.
public:
virtual IAsyncOperation<IMapView<Platform::String ^, RandomAccessStreamReference ^> ^> ^ GetResourceMapAsync() = GetResourceMapAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IMapView<winrt::hstring, RandomAccessStreamReference const&>> GetResourceMapAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyDictionary<string,RandomAccessStreamReference>> GetResourceMapAsync();
function getResourceMapAsync()
Public Function GetResourceMapAsync () As IAsyncOperation(Of IReadOnlyDictionary(Of String, RandomAccessStreamReference))
Retours
IAsyncOperation<IMapView<String,RandomAccessStreamReference>>
IAsyncOperation<IReadOnlyDictionary<String,RandomAccessStreamReference>>
IAsyncOperation<IMapView<Platform::String,RandomAccessStreamReference>>
IAsyncOperation<IMapView<winrt::hstring,RandomAccessStreamReference>>
Données référencées dans le contenu HTML.
- Attributs