Share via


AutomationAnnotationTypeRegistration Struct

Definition

Represents an annotation registration.

public value class AutomationAnnotationTypeRegistration
/// [Windows.Foundation.Metadata.ContractVersion(Windows.UI.UIAutomation.UIAutomationContract, 131072)]
struct AutomationAnnotationTypeRegistration
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.UI.UIAutomation.UIAutomationContract), 131072)]
public struct AutomationAnnotationTypeRegistration
Public Structure AutomationAnnotationTypeRegistration
Inheritance
AutomationAnnotationTypeRegistration
Attributes

Windows requirements

Device family
Windows 11 (introduced in 10.0.22000.0)
API contract
Windows.UI.UIAutomation.UIAutomationContract (introduced in v2.0)

Fields

LocalId

The ID corresponding to the GUID created by calling RegisterAnnotationType(System.Guid).

Applies to

See also