CoreAutomationRegistrar 类

定义

公开用于注册新控件模式、属性、事件和注释的方法。

public ref class CoreAutomationRegistrar abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.UI.UIAutomation.UIAutomationContract, 131072)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class CoreAutomationRegistrar final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.UI.UIAutomation.UIAutomationContract), 131072)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class CoreAutomationRegistrar
Public Class CoreAutomationRegistrar
继承
Object Platform::Object IInspectable CoreAutomationRegistrar
属性

Windows 要求

设备系列
Windows 11 (在 10.0.22000.0 中引入)
API contract
Windows.UI.UIAutomation.UIAutomationContract (在 v2.0 中引入)

方法

RegisterAnnotationType(Guid)

为文本范围注册自定义批注类型。

UnregisterAnnotationType(AutomationAnnotationTypeRegistration)

取消注册以前使用 RegisterAnnotationType (System.Guid) 为文本范围注册的自定义批注类型。

适用于