Edit

Share via


System.Windows.Annotations.Storage Namespace

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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

Classes

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

StoreContentAction

Specifies the actions performed on an Annotation in an AnnotationStore.

Delegates

StoreContentChangedEventHandler

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

See also