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 インスタンス

適用対象