Configuration<TPlatform,TElement>(TElement) 构造函数

定义

public:
 Configuration(TElement element);
public Configuration (TElement element);
new Microsoft.Maui.Controls.Configuration<'Platform, 'Element (requires 'Platform :> Microsoft.Maui.Controls.IConfigPlatform and 'Element :> Microsoft.Maui.Controls.Element)> : 'Element -> Microsoft.Maui.Controls.Configuration<'Platform, 'Element (requires 'Platform :> Microsoft.Maui.Controls.IConfigPlatform and 'Element :> Microsoft.Maui.Controls.Element)>
Public Sub New (element As TElement)

参数

element
TElement

适用于