AnnotationPatternIdentifiers
AnnotationPatternIdentifiers
AnnotationPatternIdentifiers
AnnotationPatternIdentifiers
Class
Definition
Contains values used as identifiers by IAnnotationProvider.
public : sealed class AnnotationPatternIdentifiers : IAnnotationPatternIdentifierspublic sealed class AnnotationPatternIdentifiers : IAnnotationPatternIdentifiersPublic NotInheritable Class AnnotationPatternIdentifiers Implements IAnnotationPatternIdentifiers// This API is not available in Javascript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
Classes such as AnnotationPatternIdentifiers are the identifiers for the Windows Runtime implementation of a common provider pattern for Microsoft UI Automation. You might use these identifiers if you are implementing a Windows Runtime custom automation peer that reports support for IAnnotationProvider in its GetPattern implementation. These identifiers are needed for the RaisePropertyChangedEvent calls that you make from control code that references your own peer, or for FindItemByProperty in an items container peer.
This same pattern is usually exposed to clients in a different way, depending on which technology they use to implement the client and examine the Microsoft UI Automation tree. IAnnotationProvider is also presented as a Component Object Model (COM) interface.
Properties
AnnotationTypeIdProperty AnnotationTypeIdProperty AnnotationTypeIdProperty AnnotationTypeIdProperty
Gets the identifier for the AnnotationTypeId automation property.
public : static AutomationProperty AnnotationTypeIdProperty { get; }public static AutomationProperty AnnotationTypeIdProperty { get; }Public Static ReadOnly Property AnnotationTypeIdProperty As AutomationProperty// This API is not available in Javascript.
The automation property identifier.
AnnotationTypeNameProperty AnnotationTypeNameProperty AnnotationTypeNameProperty AnnotationTypeNameProperty
Gets the identifier for the AnnotationTypeName automation property.
public : static AutomationProperty AnnotationTypeNameProperty { get; }public static AutomationProperty AnnotationTypeNameProperty { get; }Public Static ReadOnly Property AnnotationTypeNameProperty As AutomationProperty// This API is not available in Javascript.
The automation property identifier.
AuthorProperty AuthorProperty AuthorProperty AuthorProperty
Gets the identifier for the Author automation property.
public : static AutomationProperty AuthorProperty { get; }public static AutomationProperty AuthorProperty { get; }Public Static ReadOnly Property AuthorProperty As AutomationProperty// This API is not available in Javascript.
The automation property identifier.
DateTimeProperty DateTimeProperty DateTimeProperty DateTimeProperty
Gets the identifier for the DateTime automation property.
public : static AutomationProperty DateTimeProperty { get; }public static AutomationProperty DateTimeProperty { get; }Public Static ReadOnly Property DateTimeProperty As AutomationProperty// This API is not available in Javascript.
The automation property identifier.
TargetProperty TargetProperty TargetProperty TargetProperty
Gets the identifier for the Target automation property.
public : static AutomationProperty TargetProperty { get; }public static AutomationProperty TargetProperty { get; }Public Static ReadOnly Property TargetProperty As AutomationProperty// This API is not available in Javascript.
The automation property identifier.