Edit

Share via


System.Windows.Annotations.Storage Namespace

Provides types that define the storage architecture and mediums to save and retrieve user-created annotations.

Classes

Name Description
AnnotationStore

When overridden in a derived class, represents a data store for writing and reading user annotations.

StoreContentChangedEventArgs

Provides data for the StoreContentChanged event.

XmlStreamStore

Represents an XML data store for writing and reading user annotations.

Enums

Name Description
StoreContentAction

Specifies the actions performed on an Annotation in an AnnotationStore.

Delegates

Name Description
StoreContentChangedEventHandler

Represents the method that handles the StoreContentChanged event raised by the AnnotationStore class.

See also