Share via


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

適用於