Compartilhar via


DataPackageView.GetResourceMapAsync Método

Definição

Obtém os dados (como uma imagem) referenciados no conteúdo 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))

Retornos

Os dados referenciados no conteúdo HTML.

Atributos

Aplica-se a