Configuration<TPlatform,TElement>.Create(TElement) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立並傳回指定 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
要傳回組態的項目。