This documentation is archived and is not being maintained.
AnnotationStore Class
Visual Studio 2010
When overridden in a derived class, represents a data store for writing and reading user annotations.
System::Object
System.Windows.Annotations.Storage::AnnotationStore
System.Windows.Annotations.Storage::XmlStreamStore
System.Windows.Annotations.Storage::AnnotationStore
System.Windows.Annotations.Storage::XmlStreamStore
Assembly: PresentationFramework (in PresentationFramework.dll)
The AnnotationStore type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AutoFlush | Gets or sets a value that indicates whether data in annotation buffers is to be written immediately to the physical data store. |
![]() | IsDisposed | Gets a value that indicates whether Dispose has been called. |
![]() | SyncRoot | Gets the object to use as a synchronization lock for AnnotationStore critical sections. |
| Name | Description | |
|---|---|---|
![]() | AddAnnotation | Adds a new Annotation to the store. |
![]() | DeleteAnnotation | Deletes the annotation with the specified Id from the store. |
![]() | Dispose() | Releases all managed and unmanaged resources used by the store. |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the store and optionally releases the managed resources. |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Guarantees that Dispose will eventually be called for this store. (Overrides Object::Finalize().) |
![]() | Flush | Forces any annotation data retained in internal buffers to be written to the underlying storage device. |
![]() | GetAnnotation | Returns the annotation with the specified Id from the store. |
![]() | GetAnnotations() | Returns a list of all the annotations in the store. |
![]() | GetAnnotations(ContentLocator) | Returns a list of annotations that have Anchors with locators that begin with a matching ContentLocatorPart sequence. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnAnchorChanged | Raises the AnchorChanged event. |
![]() | OnAuthorChanged | Raises the AuthorChanged event. |
![]() | OnCargoChanged | Raises the CargoChanged event. |
![]() | OnStoreContentChanged | Raises the StoreContentChanged event. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | AnchorChanged | Occurs when an anchor on any Annotation in the store changes. |
![]() | AuthorChanged | Occurs when an author on any Annotation in the store changes. |
![]() | CargoChanged | Occurs when a cargo on any Annotation in the store changes. |
![]() | StoreContentChanged | Occurs when an Annotation is added to or deleted from the store. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
