Compartir a través de


DataPackageView.GetResourceMapAsync Método

Definición

Obtiene los datos (como una imagen) a los que se hace referencia en contenido 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))

Devoluciones

Datos a los que se hace referencia en el contenido HTML.

Atributos

Se aplica a