PlatformConfigurationRegistry<TElement> 类

定义

处理平台特定实现存储和查找的帮助程序

generic <typename TElement>
 where TElement : Elementpublic ref class PlatformConfigurationRegistry : Microsoft::Maui::Controls::IElementConfiguration<TElement>
public class PlatformConfigurationRegistry<TElement> : Microsoft.Maui.Controls.IElementConfiguration<TElement> where TElement : Element
type PlatformConfigurationRegistry<'Element (requires 'Element :> Element)> = class
    interface IElementConfiguration<'Element (requires 'Element :> Element)>
Public Class PlatformConfigurationRegistry(Of TElement)
Implements IElementConfiguration(Of TElement)

类型参数

TElement

元素类型。

继承
PlatformConfigurationRegistry<TElement>
实现

构造函数

PlatformConfigurationRegistry<TElement>(TElement)

处理平台特定实现存储和查找的帮助程序

方法

On<T>()

返回此 TElement 的特定于平台的实例,可对其调用特定于平台的方法。

适用于