IAnnotationProvider interface
Exposes the properties of an annotation in a document.
When to implement
Applications that create rich document content, such as word processors and spreadsheet applications, should implement this interface to expose annotations in the document content.
Members
The IAnnotationProvider interface inherits from the IUnknown interface. IAnnotationProvider also has these types of members:
Properties
The IAnnotationProvider interface has these properties.
| Property | Access type | Description |
|---|---|---|
|
Read-only |
The annotation type identifier of this annotation. | |
|
Read-only |
The name of this annotation type. | |
|
Read-only |
The name of the annotation author. | |
|
Read-only |
The date and time when this annotation was created. | |
|
Read-only |
The UI Automation element that is being annotated. |
Requirements
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
|
DLL |
|
|
IID |
IID_IAnnotationProvider is defined as f95c7e80-bd63-4601-9782-445ebff011fc |
See also