Freigeben über


DataPackageView.GetResourceMapAsync Methode

Definition

Ruft die Daten (z. B. ein Bild) ab, auf die im HTML-Inhalt verwiesen wird.

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))

Gibt zurück

Die Daten, auf die im HTML-Inhalt verwiesen wird.

Attribute

Gilt für: