LifetimeOverride Property
Obsolete.
This property has no effect
Gets a method to override a lifetime factory.
Definition
Namespace: Avalonia
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
[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
Func(Type, IApplicationLifetime)