Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.07 KB

mediaextensionmanager_registerschemehandler_1285274154.md

File metadata and controls

30 lines (21 loc) · 1.07 KB
-api-id -api-type
M:Windows.Media.MediaExtensionManager.RegisterSchemeHandler(System.String,System.String,Windows.Foundation.Collections.IPropertySet)
winrt method

Windows.Media.MediaExtensionManager.RegisterSchemeHandler

-description

Registers a scheme handler for the specified URL scheme with an optional configuration parameter.

-parameters

-param activatableClassId

The class identifier of the activatable runtime class of the scheme handler. The runtime class must implement the IMediaExtension interface.

-param scheme

The URL scheme that will be recognized to invoke the scheme handler. For example, "myscheme://".

-param configuration

An optional parameter that contains configuration properties for the scheme handler.

-remarks

-examples

-see-also

RegisterSchemeHandler(String, String)