AppUriHandlerRegistration.GetAppAddedHostsAsync 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.
Recupera il set di host aggiunti da SetAppAddedHostsAsync per la registrazione specificata.
public:
virtual IAsyncOperation<IVector<AppUriHandlerHost ^> ^> ^ GetAppAddedHostsAsync() = GetAppAddedHostsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVector<AppUriHandlerHost>> GetAppAddedHostsAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IList<AppUriHandlerHost>> GetAppAddedHostsAsync();
function getAppAddedHostsAsync()
Public Function GetAppAddedHostsAsync () As IAsyncOperation(Of IList(Of AppUriHandlerHost))
Restituisce
L'ultimo set di host aggiunto da SetAppAddedHostsAsync.
- Attributi
Esempio
// Application logic can determine which are the new domains to register
// Here we just have a hardcoded list.
List<AppUriHandlerHost> hosts = await registration.GetAppAddedHostsAsync();
// Application logic can determine which are the new domains to register
hosts.AddRange(new[] {
new AppUriHandlerHost("www.contoso.com"),
new AppUriHandlerHost("*.example.contoso.com")
});
// Application logic can determine which domains to remove from the list
hosts.RemoveAll(_ => _.Name == "removed.contoso.com");
await registration.SetAppAddedHostsAsync(hosts);
Commenti
Questo set non include host definiti in AppxManifest.