TryGetFeature Method
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public Object? TryGetFeature(
Type type
)
Public Function TryGetFeature (
type As Type
) As Object
abstract TryGetFeature :
type : Type -> Object
override TryGetFeature :
type : Type -> Object
Parameters
Return Value
ObjectImplements
IOptionalFeatureProvider.TryGetFeature(Type)