Element.MapAutomationPropertiesIsInAccessibleTree 方法

定义

将抽象 IsInAccessibleTreeProperty 属性映射到特定于平台的实现。

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

参数

handler
IElementHandler

关联的处理程序。

element
Element

关联的 Element 实例

适用于