IOptionalFeatureProviderTryGetFeature Method
Queries for an optional feature.
Namespace: Avalonia.PlatformAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
Object? TryGetFeature(
Type featureType
)
Function TryGetFeature (
featureType As Type
) As Object
abstract TryGetFeature :
featureType : Type -> Object
- featureType Type
- Feature type.
Object