Element.MapAutomationPropertiesExcludedWithChildren メソッド

定義

抽象 ExcludedWithChildrenProperty プロパティをプラットフォーム固有の実装にマップします。

public:
 static void MapAutomationPropertiesExcludedWithChildren(Microsoft::Maui::IElementHandler ^ handler, Microsoft::Maui::Controls::Element ^ element);
public static void MapAutomationPropertiesExcludedWithChildren (Microsoft.Maui.IElementHandler handler, Microsoft.Maui.Controls.Element element);
static member MapAutomationPropertiesExcludedWithChildren : Microsoft.Maui.IElementHandler * Microsoft.Maui.Controls.Element -> unit
Public Shared Sub MapAutomationPropertiesExcludedWithChildren (handler As IElementHandler, element As Element)

パラメーター

handler
IElementHandler

関連付けられたハンドラー。

element
Element

関連付けられている Element インスタンス。

適用対象