次の方法で共有


Configuration<TPlatform,TElement>.Create(TElement) メソッド

定義

指定された element の新しい構成を作成して返します。

public static Xamarin.Forms.Configuration<TPlatform,TElement> Create(TElement element);
static member Create : 'Element -> Xamarin.Forms.Configuration<'Platform, 'Element (requires 'Platform :> Xamarin.Forms.IConfigPlatform and 'Element :> Xamarin.Forms.Element)>

パラメーター

element
TElement

構成を返す対象の要素。

戻り値

適用対象