IOptionalFeatureProviderTryGetFeature Method

Queries for an optional feature.

Definition

Namespace: Avalonia.Platform
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
Object? TryGetFeature(
	Type featureType
)

Parameters

featureType  Type
Feature type.

Return Value

Object

See Also