StackLayout.On<T> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the platform-specific instance of this TElement
, on which a platform-specific method may be called.
public:
generic <typename T>
where T : Microsoft::Maui::Controls::IConfigPlatform virtual Microsoft::Maui::Controls::IPlatformElementConfiguration<T, Microsoft::Maui::Controls::Compatibility::StackLayout ^> ^ On();
public Microsoft.Maui.Controls.IPlatformElementConfiguration<T,Microsoft.Maui.Controls.Compatibility.StackLayout> On<T> () where T : Microsoft.Maui.Controls.IConfigPlatform;
abstract member On : unit -> Microsoft.Maui.Controls.IPlatformElementConfiguration<'T, Microsoft.Maui.Controls.Compatibility.StackLayout (requires 'T :> Microsoft.Maui.Controls.IConfigPlatform)> (requires 'T :> Microsoft.Maui.Controls.IConfigPlatform)
override this.On : unit -> Microsoft.Maui.Controls.IPlatformElementConfiguration<'T, Microsoft.Maui.Controls.Compatibility.StackLayout (requires 'T :> Microsoft.Maui.Controls.IConfigPlatform)> (requires 'T :> Microsoft.Maui.Controls.IConfigPlatform)
Public Function On(Of T As IConfigPlatform) () As IPlatformElementConfiguration(Of T, StackLayout)
Type Parameters
- T
A type of IConfigPlatform which specifies the platform to retrieve for.
Returns
A platform-specific instance of TElement
.
Implements
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI