AppBuilderLifetimeOverride Property
Note: This API is now obsolete.
Gets a method to override a lifetime factory.
Namespace: AvaloniaAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
[ObsoleteAttribute("This property has no effect", true)]
public Func<Type, IApplicationLifetime?>? LifetimeOverride { get; }
<ObsoleteAttribute("This property has no effect", true)>
Public ReadOnly Property LifetimeOverride As Func(Of Type, IApplicationLifetime)
Get
[<ObsoleteAttribute("This property has no effect", true)>]
member LifetimeOverride : Func<Type, IApplicationLifetime> with get
Property Value
FuncType,
IApplicationLifetime