次の方法で共有


IElementConfiguration<TElement>.On<T> メソッド

定義

プラットフォーム固有のメソッドを呼び出すことができる、この TElement のプラットフォーム固有のインスタンスを返します。

public:
generic <typename T>
 where T : Microsoft::Maui::Controls::IConfigPlatform Microsoft::Maui::Controls::IPlatformElementConfiguration<T, TElement> ^ On();
public Microsoft.Maui.Controls.IPlatformElementConfiguration<T,out TElement> On<T> () where T : Microsoft.Maui.Controls.IConfigPlatform;
abstract member On : unit -> Microsoft.Maui.Controls.IPlatformElementConfiguration<'T, 'Element (requires 'T :> Microsoft.Maui.Controls.IConfigPlatform and 'Element :> Microsoft.Maui.Controls.Element)> (requires 'T :> Microsoft.Maui.Controls.IConfigPlatform)
Public Function On(Of T As IConfigPlatform) () As IPlatformElementConfiguration(Of T, Out TElement)

型パラメーター

T

取得するプラットフォームを指定する型 IConfigPlatform

戻り値

のプラットフォーム固有の TElementインスタンス。

適用対象