Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 1.16 KB

appurihandlerregistration_updatehosts_771717863.md

File metadata and controls

33 lines (18 loc) · 1.16 KB
-api-id -api-type
M:Windows.System.AppUriHandlerRegistration.UpdateHosts(Windows.Foundation.Collections.IIterable{Windows.System.AppUriHandlerHost})
winrt method

Windows.System.AppUriHandlerRegistration.UpdateHosts(Windows.Foundation.Collections.IIterable{Windows.System.AppUriHandlerHost})

-description

Updates all the app URI registrations specified in the collection.

-parameters

-param hosts

The collection of AppUriHandlerHost objects to update.

-remarks

Each registration is represented by an AppUriHandlerHost object. For each object, the caller can set the IsEnabled property to enable or disable that registration. The list of registrations can either be the full list for that app or a subset. It cannot include new registrations that are not already in the list. Any existing registrations that are not specified in the list remain unchanged.

This method requires the Microsoft.delegatedWebFeatures capability.

-see-also

-examples