TryGetRenderInterfaceFeature Method
Attempts to query for a feature from the platform render interface
Definition
Namespace: Avalonia.Rendering.Composition
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public ValueTask<Object> TryGetRenderInterfaceFeature(
Type featureType
)
Public Function TryGetRenderInterfaceFeature (
featureType As Type
) As ValueTask(Of Object)
member TryGetRenderInterfaceFeature :
featureType : Type -> ValueTask<Object>