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 实例。

适用于