MauiHandlersCollectionExtensions.AddCompatibilityServices Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Maui::Hosting::IImageSourceServiceCollection ^ AddCompatibilityServices(Microsoft::Maui::Hosting::IImageSourceServiceCollection ^ services, ... cli::array <System::Reflection::Assembly ^> ^ assemblies);
public static Microsoft.Maui.Hosting.IImageSourceServiceCollection AddCompatibilityServices(this Microsoft.Maui.Hosting.IImageSourceServiceCollection services, params System.Reflection.Assembly[] assemblies);
static member AddCompatibilityServices : Microsoft.Maui.Hosting.IImageSourceServiceCollection * System.Reflection.Assembly[] -> Microsoft.Maui.Hosting.IImageSourceServiceCollection
<Extension()>
Public Function AddCompatibilityServices (services As IImageSourceServiceCollection, ParamArray assemblies As Assembly()) As IImageSourceServiceCollection
Parameters
- services
- IImageSourceServiceCollection
- assemblies
- Assembly[]
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.