TypeExtension Class

Definition

public ref class TypeExtension : Microsoft::Maui::Controls::Xaml::IMarkupExtension<Type ^>
[Microsoft.Maui.Controls.ContentProperty("TypeName")]
public class TypeExtension : Microsoft.Maui.Controls.Xaml.IMarkupExtension<Type>
[<Microsoft.Maui.Controls.ContentProperty("TypeName")>]
type TypeExtension = class
    interface IMarkupExtension<Type>
    interface IMarkupExtension
Public Class TypeExtension
Implements IMarkupExtension(Of Type)
Inheritance
TypeExtension
Attributes
Implements

Constructors

TypeExtension()

Properties

TypeName

Methods

ProvideValue(IServiceProvider)

Explicit Interface Implementations

IMarkupExtension.ProvideValue(IServiceProvider)

Applies to