Skip to main content

IUriProviderService.UnregisterProvider(IUriProvider) Method

Cancels the registration of an URI provider, and makes it unavailable to the clients of the service.

Namespace: DevExpress.Office.Services

Assembly: DevExpress.Office.v23.2.Core.dll

NuGet Packages: DevExpress.Office.Core, DevExpress.Win.Navigation

Declaration

void UnregisterProvider(
    IUriProvider provider
)

Parameters

Name Type Description
provider IUriProvider

An object which exposes the IUriStreamProvider interface.

See Also