DataPackageView.GetResourceMapAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the data (such as an image) referenced in HTML content.
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))
Returns
IAsyncOperation<IMapView<String,RandomAccessStreamReference>>
IAsyncOperation<IReadOnlyDictionary<String,RandomAccessStreamReference>>
IAsyncOperation<IMapView<Platform::String,RandomAccessStreamReference>>
IAsyncOperation<IMapView<winrt::hstring,RandomAccessStreamReference>>
The data referenced in the HTML content.
- Attributes