DataPackageView.GetResourceMapAsync Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene i dati (ad esempio un'immagine) a cui fa riferimento nel contenuto 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))
Restituisce
IAsyncOperation<IMapView<String,RandomAccessStreamReference>>
IAsyncOperation<IReadOnlyDictionary<String,RandomAccessStreamReference>>
IAsyncOperation<IMapView<Platform::String,RandomAccessStreamReference>>
IAsyncOperation<IMapView<winrt::hstring,RandomAccessStreamReference>>
I dati a cui si fa riferimento nel contenuto HTML.
- Attributi