IElementConfiguration<TElement>.On<T> メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
プラットフォーム固有のメソッドを呼び出すことができる、この 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 。
戻り値
IPlatformElementConfiguration<T,TElement>
のプラットフォーム固有の TElement
インスタンス。