Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v19.1.Core.dll

Declaration

void UnregisterProvider(
    IUriProvider provider
)

Parameters

Name Type Description
provider IUriProvider

An object which exposes the IUriStreamProvider interface.

See Also