ImageSourceExtensions.LoadImage Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public static void LoadImage (this Microsoft.Maui.IImageSource? source, Microsoft.Maui.IMauiContext mauiContext, Action<Microsoft.Maui.IImageSourceServiceResult<object>?>? finished = default);
static member LoadImage : Microsoft.Maui.IImageSource * Microsoft.Maui.IMauiContext * Action<Microsoft.Maui.IImageSourceServiceResult<obj>> -> unit
<Extension()>
Public Sub LoadImage (source As IImageSource, mauiContext As IMauiContext, Optional finished As Action(Of IImageSourceServiceResult(Of Object)) = Nothing)
Paramètres
- source
- IImageSource
- mauiContext
- IMauiContext
- finished
- Action<IImageSourceServiceResult<Object>>