Share via


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

適用於