DataPackageView.GetResourceMapAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
IAsyncOperation<IMapView<String,RandomAccessStreamReference>>
IAsyncOperation<IReadOnlyDictionary<String,RandomAccessStreamReference>>
IAsyncOperation<IMapView<Platform::String,RandomAccessStreamReference>>
IAsyncOperation<IMapView<winrt::hstring,RandomAccessStreamReference>>
Die Daten, auf die im HTML-Inhalt verwiesen wird.
- Attribute