IUIAutomationAnnotationPattern interface (uiautomationclient.h)

Provides access to the properties of an annotation in a document.

Inheritance

The IUIAutomationAnnotationPattern interface inherits from the IUnknown interface.

Methods

The IUIAutomationAnnotationPattern interface has these methods.

 
IUIAutomationAnnotationPattern::get_CachedAnnotationTypeId

Retrieves a cached value that identifies this annotation's type.
IUIAutomationAnnotationPattern::get_CachedAnnotationTypeName

Retrieves the cached localized name of this annotation's type.
IUIAutomationAnnotationPattern::get_CachedAuthor

Retrieves the cached name of the annotation author.
IUIAutomationAnnotationPattern::get_CachedDateTime

Retrieves the cached date and time that this annotation was created.
IUIAutomationAnnotationPattern::get_CachedTarget

Retrieves the cached element that is being annotated.
IUIAutomationAnnotationPattern::get_CurrentAnnotationTypeId

Retrieves a value that identifies the annotation's type.
IUIAutomationAnnotationPattern::get_CurrentAnnotationTypeName

Retrieves the localized name of this annotation's type.
IUIAutomationAnnotationPattern::get_CurrentAuthor

Retrieves the name of the annotation author.
IUIAutomationAnnotationPattern::get_CurrentDateTime

Retrieves the date and time that this annotation was created.
IUIAutomationAnnotationPattern::get_CurrentTarget

Retrieves the element that is being annotated.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Target Platform Windows
Header uiautomationclient.h (include UIAutomation.h)

See also

Control Pattern Interfaces for Clients