Represents a user annotation in the Microsoft Annotations Framework.
Public NotInheritable Class Annotation _ Implements IXmlSerializable
Dim instance As Annotation
public sealed class Annotation : IXmlSerializable
public ref class Annotation sealed : IXmlSerializable
public final class Annotation implements IXmlSerializable
<Annotation .../>
Annotation represents a single annotation with all associated anchoring and content data. An annotation consists of the following main elements.
Zero, one, or more Anchors that identify what is being annotated.
Zero, one, or more Cargos that contain the user data for the annotation.
Zero, one, or more Authors that define who created the annotation.
A CreationTime that specifies the date and time when the annotation was created.
A LastModificationTime that specifies when the annotation was last updated.
A unique annotation Id (a globally unique identifier (GUID)).
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003