IMarkupExtension<T> Interface

Definition

generic <typename T>
public interface class IMarkupExtension : Microsoft::Maui::Controls::Xaml::IMarkupExtension
public interface IMarkupExtension<out T> : Microsoft.Maui.Controls.Xaml.IMarkupExtension
type IMarkupExtension<'T> = interface
    interface IMarkupExtension
Public Interface IMarkupExtension(Of Out T)
Implements IMarkupExtension

Type Parameters

T
This type parameter is covariant. That is, you can use either the type you specified or any type that is more derived. For more information about covariance and contravariance, see Covariance and Contravariance in Generics.
Derived
Implements

Methods

ProvideValue(IServiceProvider)

Applies to